Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
tibetsprague committed Feb 20, 2024
2 parents 6025649 + 4a13814 commit d4a4d2e
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 d4a4d2e

Please sign in to comment.