Add calendar reminders to notification panel

This commit is contained in:
zuzanna-maria 2024-11-22 11:50:42 +01:00
parent e40410eecb
commit fac385c7c2

View File

@ -143,7 +143,7 @@ define([
$(loadmore).click();
}
common.mailbox.subscribe(["notifications"], {
common.mailbox.subscribe(["notifications", "reminders"], {
onMessage: function (data, el) {
addNotification(data, el);
},