Update conversation page to use websockets

This commit is contained in:
2020-04-01 15:10:03 +02:00
parent 6eaea7cc1e
commit 27d7c526b8
2 changed files with 53 additions and 51 deletions

View File

@ -36,6 +36,8 @@ ComunicWeb.common.url = {
//Apply it
window.history.pushState("object or string", newTitle, newURL);
SendEvent("changeURI");
//Everything is OK
return true;
},