mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 05:07:22 +01:00
fix(settings): remove kicked from group from list of push notifications, fixes #10796
This commit is contained in:
@@ -62,6 +62,7 @@ export default {
|
|||||||
]),
|
]),
|
||||||
// list of email-only notifications
|
// list of email-only notifications
|
||||||
onlyEmailsIds: Object.freeze([
|
onlyEmailsIds: Object.freeze([
|
||||||
|
'kickedGroup',
|
||||||
'importantAnnouncements',
|
'importantAnnouncements',
|
||||||
'weeklyRecaps',
|
'weeklyRecaps',
|
||||||
'onboarding',
|
'onboarding',
|
||||||
|
|||||||
Reference in New Issue
Block a user