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 = {
60
60
PROJECT_PAUSED : 'notifications.connect.project.paused' ,
61
61
PROJECT_COMPLETED : 'notifications.connect.project.completed' ,
62
62
PROJECT_CANCELED : 'notifications.connect.project.canceled' ,
63
+ PROJECT_ACTIVE : 'notifications.connect.project.active' ,
63
64
64
65
MEMBER_JOINED : 'notifications.connect.project.member.joined' ,
65
66
MEMBER_LEFT : 'notifications.connect.project.member.left' ,
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ const mapEventTypes = {
14
14
[ PROJECT_STATUS . COMPLETED ] : BUS_API_EVENT . PROJECT_COMPLETED ,
15
15
[ PROJECT_STATUS . CANCELLED ] : BUS_API_EVENT . PROJECT_CANCELED ,
16
16
[ PROJECT_STATUS . PAUSED ] : BUS_API_EVENT . PROJECT_PAUSED ,
17
+ [ PROJECT_STATUS . ACTIVE ] : BUS_API_EVENT . PROJECT_ACTIVE ,
17
18
} ;
18
19
19
20
module . exports = ( app , logger ) => {
You can’t perform that action at this time.
0 commit comments