From 985eaa01331ec3c3127e8ee745e57caf2aa601e0 Mon Sep 17 00:00:00 2001 From: Luka Trovic Date: Mon, 22 Sep 2025 20:24:46 +0200 Subject: [PATCH 1/3] 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 e0dd92e491..7e7ea0c59b 100644 --- a/lib/Notification/Notifier.php +++ b/lib/Notification/Notifier.php @@ -77,7 +77,7 @@ public function getName(): string { */ 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 a2e5e9fe5b2cb5836e46116d81ef63b1cab63e9f Mon Sep 17 00:00:00 2001 From: Luka Trovic Date: Thu, 25 Sep 2025 11:08:15 +0200 Subject: [PATCH 2/3] chore: update base query count Signed-off-by: Luka Trovic From 2546ff981df0dd7f20006ace9e1c2ec85236c859 Mon Sep 17 00:00:00 2001 From: Luka Trovic Date: Thu, 25 Sep 2025 11:47:21 +0200 Subject: [PATCH 3/3] fix: 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 29448578e5..5b3da50a7d 100644 --- a/tests/integration/base-query-count.txt +++ b/tests/integration/base-query-count.txt @@ -1 +1 @@ -72460 +73820