From a6fb6844f68ab29f45fa4f35dc0ee09359da3b18 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 8 Sep 2023 14:45:16 +0200 Subject: show connection status --- client-web/source/user/local.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'client-web/source/user/local.ts') diff --git a/client-web/source/user/local.ts b/client-web/source/user/local.ts index a1d43bd..a2a2908 100644 --- a/client-web/source/user/local.ts +++ b/client-web/source/user/local.ts @@ -21,6 +21,7 @@ export class LocalUser extends User { constructor(room: Room, id: number) { super(room, id) this.el.classList.add("local") + this.status_el.textContent = "Local" this.name = PREFS.username log("usermodel", `added local user: ${this.display_name}`) this.add_initial_tracks() -- cgit v1.2.3-70-g09d2