mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
feat(push): add notification types for mobile push
This commit is contained in:
@@ -504,6 +504,9 @@ let schema = new Schema({
|
|||||||
questStarted: {$type: Boolean, default: true},
|
questStarted: {$type: Boolean, default: true},
|
||||||
invitedQuest: {$type: Boolean, default: true},
|
invitedQuest: {$type: Boolean, default: true},
|
||||||
majorUpdates: {$type: Boolean, default: true},
|
majorUpdates: {$type: Boolean, default: true},
|
||||||
|
mentionParty: {$type: Boolean, default: true},
|
||||||
|
mentionJoinedGuild: {$type: Boolean, default: true},
|
||||||
|
mentionUnjoinedGuild: {$type: Boolean, default: true},
|
||||||
partyActivity: {$type: Boolean, default: true},
|
partyActivity: {$type: Boolean, default: true},
|
||||||
},
|
},
|
||||||
suppressModals: {
|
suppressModals: {
|
||||||
|
|||||||
Reference in New Issue
Block a user