Skip to content

Commit d4a4d2e

Browse files
committed
Merge branch 'dev'
2 parents 6025649 + 4a13814 commit d4a4d2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/models/Notification.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ module.exports = bookshelf.Model.extend({
125125
return this.sendGroupParentGroupJoinRequestAcceptedPush()
126126
case 'announcement':
127127
return this.sendPushAnnouncement()
128+
case 'tag':
128129
case 'newPost':
129130
return this.sendPostPush()
130131
case 'donation to':

0 commit comments

Comments
 (0)