Skip to content

Commit 62db2fd

Browse files
committed
post edit notifications
1 parent d7b4e6b commit 62db2fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/notifications/constants/notifications.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ export const NOTIFICATIONS = [
287287
text: '<strong>{{userFullName}}</strong> edited post',
288288
shouldBundle: true,
289289
bundledText: '{{#showMore __history__ 3}}<strong>{{fallback userFullName userHandle}}</strong>{{/showMore}} edited {{bundledCount}} posts',
290+
projectRoles: [PROJECT_ROLE_OWNER, PROJECT_ROLE_COPILOT, PROJECT_ROLE_MANAGER, PROJECT_ROLE_MEMBER],
290291
goTo: GOTO.POST
291292
}]
292293
}, {

0 commit comments

Comments
 (0)