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:
Phillip Thelen
2019-09-30 19:36:22 +02:00
committed by Matteo Pagliazzi
parent f3fb09f4f9
commit bbbe0cca09
6 changed files with 38 additions and 6 deletions

View File

@@ -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},