Of course this should be a string now

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2018-07-09 17:32:28 +02:00
Родитель 4c3686ed91
Коммит 0544cd9d01
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7076EA9751AACDDA
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -151,7 +151,7 @@ class ChatManager {
* @param Room $chat
*/
public function deleteMessages(Room $chat) {
$this->commentsManager->deleteCommentsAtObject('chat', $chat->getId());
$this->commentsManager->deleteCommentsAtObject('chat', (string) $chat->getId());
$this->notifier->removePendingNotificationsForRoom($chat);
}

Просмотреть файл

@ -81,7 +81,7 @@ class Notifier implements INotifier {
$l = $this->lFactory->get('spreed', $languageCode);
try {
$room = $this->manager->getRoomByToken((int) $notification->getObjectId());
$room = $this->manager->getRoomByToken($notification->getObjectId());
} catch (RoomNotFoundException $e) {
try {
// Before 3.2.3 the id was passed in notifications