mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Add calendar reminders to notification panel
This commit is contained in:
parent
e40410eecb
commit
fac385c7c2
@ -143,7 +143,7 @@ define([
|
||||
$(loadmore).click();
|
||||
}
|
||||
|
||||
common.mailbox.subscribe(["notifications"], {
|
||||
common.mailbox.subscribe(["notifications", "reminders"], {
|
||||
onMessage: function (data, el) {
|
||||
addNotification(data, el);
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user