From c9678d3ead80a6c68587be873278e0a51e8b321f Mon Sep 17 00:00:00 2001 From: Holger Trampe Date: Wed, 29 Jul 2020 20:12:33 +0200 Subject: [PATCH] Font awesome --- users/templates/users/base.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/users/templates/users/base.html b/users/templates/users/base.html index 53c39ed..3d572d9 100644 --- a/users/templates/users/base.html +++ b/users/templates/users/base.html @@ -719,6 +719,10 @@ $(document).ready(function(){ const mainwebsocket = new WebSocket(ws_string+window.location.host+"/ws/") mainwebsocket.onmessage = function(e) { + + console.log(e); + + if(e["data"] != "presence_update") { //HANDLER FOR ALL PUSHNOTIFICATIONS