Ivan Asmer %!s(int64=6) %!d(string=hai) anos
pai
achega
98f65fbaaf
Modificáronse 1 ficheiros con 3 adicións e 7 borrados
  1. 3 7
      public/index.js

+ 3 - 7
public/index.js

@@ -72,13 +72,9 @@ let RPC = {
         chat.appendChild(msg2dom(data))
     },
 
-    getMessages({offset=0}){
-        return messages.slice(offset)
-    },
-
-    getUserCount(){
-        return userCount;
-    }
+    //getUserCount(){
+        //return userCount;
+    //}
 }