diff options
Diffstat (limited to 'client-web/source/room.ts')
-rw-r--r-- | client-web/source/room.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |