1
0

feat(reminders): show reminders in notifications bar

This commit is contained in:
kolaente
2023-12-23 15:48:29 +01:00
parent e98e5a0d2f
commit 7f70471894
3 changed files with 16 additions and 1 deletions

View File

@ -124,6 +124,7 @@ function to(n, index) {
switch (n.name) {
case names.TASK_COMMENT:
case names.TASK_ASSIGNED:
case names.TASK_REMINDER:
to.name = 'task.detail'
to.params.id = n.notification.task.id
break