Skip to content

Commit

Permalink
Improve NodeJS workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Jan 26, 2019
1 parent cce6fe6 commit 6be3583
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nodejshelper/bootstrap/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ public function run() {

$dispatcher->listen('chat.visitor_regular_closed', array( $this,'messageReceived' ));
$dispatcher->listen('chat.explicitly_closed', array( $this,'messageReceived' ));
$dispatcher->listen('chat.data_changed_chat', array( $this,'messageReceived' ));
$dispatcher->listen('chat.screenshot_ready', array( $this,'messageReceived' ));

$dispatcher->listen('chat.web_add_msg_admin', array( $this,'messageReceivedAdmin' ));
$dispatcher->listen('chat.added_operation', array( $this,'messageReceivedAdmin' ));
$dispatcher->listen('chat.chatwidgetchat', array( $this,'messageReceived' ));

// Chat was accepted.
Expand Down

0 comments on commit 6be3583

Please sign in to comment.