mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Merge branch 'develop' into client-monorepo
This commit is contained in:
@@ -531,6 +531,9 @@ export default 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: {
|
||||
|
||||
Reference in New Issue
Block a user