mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
Add push notification for party activity (#11319)
* Add push notification for party activity * Improve inbox notifications * move sendChatPushNotifications method * Fix import * Fix failing test * Improve notification display on iOS * correctly set push notification environment
This commit is contained in:
committed by
Matteo Pagliazzi
parent
f3fb09f4f9
commit
bbbe0cca09
@@ -503,6 +503,7 @@ let schema = new Schema({
|
||||
questStarted: {$type: Boolean, default: true},
|
||||
invitedQuest: {$type: Boolean, default: true},
|
||||
majorUpdates: {$type: Boolean, default: true},
|
||||
partyActivity: {$type: Boolean, default: true},
|
||||
},
|
||||
suppressModals: {
|
||||
levelUp: {$type: Boolean, default: false},
|
||||
|
||||
Reference in New Issue
Block a user