mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-22 05:38:46 +00:00
fix(settings): remove kicked from group from list of push notifications, fixes #10796
This commit is contained in:
parent
6f64cb7d9b
commit
7dac53867b
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ export default {
|
|||
]),
|
||||
// list of email-only notifications
|
||||
onlyEmailsIds: Object.freeze([
|
||||
'kickedGroup',
|
||||
'importantAnnouncements',
|
||||
'weeklyRecaps',
|
||||
'onboarding',
|
||||
|
|
|
|||
Loading…
Reference in a new issue