Skip to content

Commit ba0550f

Browse files
committed
Add 'message' event to send message to client
1 parent a07c044 commit ba0550f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/controller.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ class Controller {
4848
'sender:status': [],
4949
'workflow:state': [],
5050
'controller:settings': [],
51-
'controller:state': []
51+
'controller:state': [],
52+
'message': []
5253
};
5354

5455
context = {

0 commit comments

Comments
 (0)