mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 20:35:16 +00:00
Handle conversation deleted event
This commit is contained in:
@ -217,6 +217,10 @@ class UserWebSocket {
|
||||
SendEvent("removedUserFromConv", msg.data);
|
||||
break;
|
||||
|
||||
case "deleted_conversation":
|
||||
SendEvent("deletedConversation", msg.data);
|
||||
break;
|
||||
|
||||
case "new_comment":
|
||||
SendEvent("new_comment", msg.data);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user