mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-20 07:49:59 +02:00
🎨 Use consistent naming (#2029)
This commit is contained in:
@@ -28,7 +28,7 @@ class Portal {
|
||||
this.app.restoreUserName();
|
||||
}
|
||||
});
|
||||
this.socket.on("new-user", async (_socketID: string) => {
|
||||
this.socket.on("new-user", async (_socketId: string) => {
|
||||
this.app.broadcastScene(SCENE.INIT, /* syncAll */ true);
|
||||
});
|
||||
this.socket.on("room-user-change", (clients: string[]) => {
|
||||
|
Reference in New Issue
Block a user