mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Redirect user when he is removed from conversation
This commit is contained in:
@ -209,6 +209,10 @@ class UserWebSocket {
|
||||
SendEvent("deletedConvMessage", msg.data.id);
|
||||
break;
|
||||
|
||||
case "removed_user_from_conv":
|
||||
SendEvent("removedUserFromConv", msg.data);
|
||||
break;
|
||||
|
||||
case "new_comment":
|
||||
SendEvent("new_comment", msg.data);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user