Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-07-09 18:32:28 +0300
committerJoas Schilling <coding@schilljs.com>2018-07-10 15:09:48 +0300
commit0544cd9d01472c7f91e5fb5cf03cba0e2c1fda7e (patch)
treed1ce47b6e95b56ed83cbac36811829b27e80fd87 /lib/Notification
parent4c3686ed911d17fae93f39417182b42fc45c7b57 (diff)
Of course this should be a string now
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Notification')
-rw-r--r--lib/Notification/Notifier.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Notification/Notifier.php b/lib/Notification/Notifier.php
index 6d1ae9325..b8bbf8dcd 100644
--- a/lib/Notification/Notifier.php
+++ b/lib/Notification/Notifier.php
@@ -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