fix(settings): remove kicked from group from list of push notifications, fixes #10796

This commit is contained in:
Matteo Pagliazzi
2018-10-31 14:42:11 +01:00
parent 6f64cb7d9b
commit 7dac53867b

View File

@@ -62,6 +62,7 @@ export default {
]),
// list of email-only notifications
onlyEmailsIds: Object.freeze([
'kickedGroup',
'importantAnnouncements',
'weeklyRecaps',
'onboarding',