Skip to content

Commit

Permalink
Message remove support
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Oct 14, 2024
1 parent ff1aafe commit 1167ed6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nodejshelper/bootstrap/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public function run() {
$dispatcher->listen('chat.message_updated', array( $this,'messageUpdated' ));
$dispatcher->listen('chat.reaction_visitor', array( $this,'messageUpdated' ));
$dispatcher->listen('chat.reaction_operator', array( $this,'messageUpdated' ));
$dispatcher->listen('chat.msg_removed', array( $this,'messageUpdated' ));

// Chat was accepted.
$dispatcher->listen('chat.accept', array( $this,'statusChange' ));
Expand Down

0 comments on commit 1167ed6

Please sign in to comment.