File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ export const BUS_API_EVENT = {
6060 PROJECT_PAUSED : 'notifications.connect.project.paused' ,
6161 PROJECT_COMPLETED : 'notifications.connect.project.completed' ,
6262 PROJECT_CANCELED : 'notifications.connect.project.canceled' ,
63+ PROJECT_ACTIVE : 'notifications.connect.project.active' ,
6364
6465 MEMBER_JOINED : 'notifications.connect.project.member.joined' ,
6566 MEMBER_LEFT : 'notifications.connect.project.member.left' ,
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ const mapEventTypes = {
1414 [ PROJECT_STATUS . COMPLETED ] : BUS_API_EVENT . PROJECT_COMPLETED ,
1515 [ PROJECT_STATUS . CANCELLED ] : BUS_API_EVENT . PROJECT_CANCELED ,
1616 [ PROJECT_STATUS . PAUSED ] : BUS_API_EVENT . PROJECT_PAUSED ,
17+ [ PROJECT_STATUS . ACTIVE ] : BUS_API_EVENT . PROJECT_ACTIVE ,
1718} ;
1819
1920module . exports = ( app , logger ) => {
You can’t perform that action at this time.
0 commit comments