Returns the message

This commit is contained in:
2020-04-01 14:19:56 +02:00
parent 11b11ff289
commit 6f4e543876
2 changed files with 14 additions and 1 deletions

View File

@ -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);