mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Send push notifications on mentions
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user