Send push notifications on mentions

This commit is contained in:
Phillip Thelen
2019-09-30 15:10:20 +02:00
parent ed266adfc2
commit 0072a3968d
4 changed files with 33 additions and 6 deletions

View File

@@ -503,6 +503,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},
},
suppressModals: {
levelUp: {$type: Boolean, default: false},