mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
feat(push): add notification types for mobile push
This commit is contained in:
parent
676eeaf190
commit
00f44b655e
1 changed files with 3 additions and 0 deletions
|
|
@ -504,6 +504,9 @@ let schema = new Schema({
|
|||
questStarted: {$type: Boolean, default: true},
|
||||
invitedQuest: {$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},
|
||||
},
|
||||
suppressModals: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue