From fac385c7c259584cdfaa972bdf4edf0234cfde9c Mon Sep 17 00:00:00 2001 From: zuzanna-maria Date: Fri, 22 Nov 2024 11:50:42 +0100 Subject: [PATCH] Add calendar reminders to notification panel --- www/notifications/inner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/notifications/inner.js b/www/notifications/inner.js index 874a88b15..0e956c182 100644 --- a/www/notifications/inner.js +++ b/www/notifications/inner.js @@ -143,7 +143,7 @@ define([ $(loadmore).click(); } - common.mailbox.subscribe(["notifications"], { + common.mailbox.subscribe(["notifications", "reminders"], { onMessage: function (data, el) { addNotification(data, el); },