Skip to content

Commit 40732be

Browse files
authored
Update events-config.js
1 parent ad00d91 commit 40732be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

connect/events-config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@ const EVENTS = [
111111
projectRoles: [PROJECT_ROLE_OWNER, PROJECT_ROLE_COPILOT, PROJECT_ROLE_MANAGER, PROJECT_ROLE_MEMBER],
112112
toTopicStarter: true,
113113
toMentionedUsers: true,
114+
}, {
115+
type: 'notifications.connect.project.post.edited',
116+
version: 2,
117+
projectRoles: [PROJECT_ROLE_OWNER, PROJECT_ROLE_COPILOT, PROJECT_ROLE_MANAGER, PROJECT_ROLE_MEMBER],
118+
toTopicStarter: true,
119+
toMentionedUsers: true,
114120
}, {
115121
type: 'notifications.connect.project.post.mention',
116122
},

0 commit comments

Comments
 (0)