From a3cc9f8fb1bf45741b08ce6d383c4d7cc8ea8b1f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 16 Sep 2022 20:46:58 +0200 Subject: optional streams (2, basic functionality) --- client-web/source/user/mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client-web/source/user/mod.ts') diff --git a/client-web/source/user/mod.ts b/client-web/source/user/mod.ts index 59c58b7..85c6960 100644 --- a/client-web/source/user/mod.ts +++ b/client-web/source/user/mod.ts @@ -6,7 +6,7 @@ import { Resource } from "../resource/mod.ts"; import { Room } from "../room.ts" export abstract class User { - protected el: HTMLElement + public el: HTMLElement public local = false public resources: Map = new Map() -- cgit v1.2.3-70-g09d2