From fa31256b8aea57a40ec3ab450b30542a9bb2ccc8 Mon Sep 17 00:00:00 2001 From: Luka Trovic Date: Mon, 22 Sep 2025 20:24:46 +0200 Subject: [PATCH 1/2] fix: missing push notifications Signed-off-by: Luka Trovic --- lib/Notification/Notifier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Notification/Notifier.php b/lib/Notification/Notifier.php index e0dd92e49..7e7ea0c59 100644 --- a/lib/Notification/Notifier.php +++ b/lib/Notification/Notifier.php @@ -77,7 +77,7 @@ class Notifier implements INotifier { */ public function prepare(INotification $notification, string $languageCode): INotification { $l = $this->l10nFactory->get('deck', $languageCode); - if ($notification->getApp() !== 'deck') { + if ($notification->getApp() !== 'deck' || $notification->getObjectType() === 'activity_notification') { throw new UnknownNotificationException(); } $notification->setIcon($this->url->getAbsoluteURL($this->url->imagePath('deck', 'deck-dark.svg'))); From 161003faf94ddb5ae715f68a86937df920cba6a8 Mon Sep 17 00:00:00 2001 From: Luka Trovic Date: Thu, 25 Sep 2025 11:08:15 +0200 Subject: [PATCH 2/2] chore: update base query count Signed-off-by: Luka Trovic --- tests/integration/base-query-count.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/base-query-count.txt b/tests/integration/base-query-count.txt index 1b2d28783..f66f298f8 100644 --- a/tests/integration/base-query-count.txt +++ b/tests/integration/base-query-count.txt @@ -1 +1 @@ -81373 +82773