Skip to content

Commit f707204

Browse files
committed
page update suggestion on post edit notification
1 parent 62db2fd commit f707204

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/notifications/helpers/notifications.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ export const filterNotificationsByProjectId = (notifications, projectId) => _.fi
153153
export const filterTopicAndPostChangedNotifications = (notifications) => _.filter(notifications, (notification) => {
154154
return notification.eventType === 'notifications.connect.project.topic.created' ||
155155
notification.eventType === 'notifications.connect.project.post.created' ||
156+
notification.eventType === 'notifications.connect.project.post.edited' ||
156157
notification.eventType === 'notifications.connect.project.post.mention'
157158
})
158159

0 commit comments

Comments
 (0)