From 4a13814fc439787efb025e19c11bbb1e9cde01d2 Mon Sep 17 00:00:00 2001 From: Tibet Sprague Date: Tue, 20 Feb 2024 15:53:33 -0800 Subject: [PATCH] See if this fixes push notifications for chats --- api/models/Notification.js | 1 + 1 file changed, 1 insertion(+) 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':