From 969444b32101a45d5917a3947b94bb09c3fc01a1 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 16 Sep 2022 17:16:38 +0200 Subject: optional channels (1) --- client-web/source/room.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client-web/source/room.ts') diff --git a/client-web/source/room.ts b/client-web/source/room.ts index 1fa8f86..168a2c2 100644 --- a/client-web/source/room.ts +++ b/client-web/source/room.ts @@ -38,7 +38,7 @@ export class Room { this.on_ready() } else { const ru = new RemoteUser(this, p.id) - this.local_user.add_initial_to_remote(ru) + this.local_user.provide_initial_to_remote(ru) this.local_user.identify(ru.id) } } else if (packet.client_leave) { -- cgit v1.2.3-70-g09d2