diff --git a/api/models/Notification.js b/api/models/Notification.js index 6f605c174..332b125ee 100644 --- a/api/models/Notification.js +++ b/api/models/Notification.js @@ -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':