Skip to content

Commit

Permalink
See if this fixes push notifications for chats
Browse files Browse the repository at this point in the history
  • Loading branch information
tibetsprague committed Feb 20, 2024
1 parent cfc84d6 commit 4a13814
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/models/Notification.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ module.exports = bookshelf.Model.extend({
return this.sendGroupParentGroupJoinRequestAcceptedPush()
case 'announcement':
return this.sendPushAnnouncement()
case 'tag':
case 'newPost':
return this.sendPostPush()
case 'donation to':
Expand Down

0 comments on commit 4a13814

Please sign in to comment.