have call box

This commit is contained in:
Peter Harpending
2026-02-12 20:54:58 -08:00
parent 08c0119ae0
commit 484eea92e4
5 changed files with 42 additions and 9 deletions
+1
View File
@@ -19,3 +19,4 @@ type ws_msg = ["whoami", string] | ["roster", Array<string>];
declare function handle_ws_msg(message: ws_msg): void;
declare function ws_send_json(ws: WebSocket, x: any): void;
declare function render_state(): void;
declare function nickkk(nick: string): HTMLElement;