We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db80a4e commit 3cbbcabCopy full SHA for 3cbbcab
lib/Notification/Listener.php
@@ -314,10 +314,8 @@ protected function sendCallNotifications(Room $room): void {
314
$this->notificationManager->setPreparingPushNotification(true);
315
$this->preparedCallNotifications[$languageCode] = $this->notificationProvider->prepare($translatedNotification, $languageCode);
316
$this->notificationManager->setPreparingPushNotification(false);
317
- $userNotification = $translatedNotification;
318
- } else {
319
- $userNotification = $this->preparedCallNotifications[$languageCode];
320
}
+ $userNotification = $this->preparedCallNotifications[$languageCode];
321
} else {
322
$userNotification = $notification;
323
0 commit comments