mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Returns the message
This commit is contained in:
@ -190,6 +190,10 @@ class UserWebSocket {
|
||||
case "number_unread_conversations":
|
||||
SendEvent("newNumberUnreadConvs", msg.data)
|
||||
break;
|
||||
|
||||
case "new_conv_message":
|
||||
SendEvent("newConvMessage", msg.data);
|
||||
break;
|
||||
|
||||
default:
|
||||
console.error("WS Unspported kind of message!", msg);
|
||||
|
Reference in New Issue
Block a user