Migrating variables functions to the "state" namespace.
This commit is contained in:
parent
e65e8b2097
commit
b1cb12861f
7 changed files with 117 additions and 69 deletions
|
@ -177,7 +177,6 @@ export class RoomConnection implements RoomConnection {
|
|||
}
|
||||
}
|
||||
} else if (message.hasRoomjoinedmessage()) {
|
||||
console.error('COUCOU')
|
||||
const roomJoinedMessage = message.getRoomjoinedmessage() as RoomJoinedMessage;
|
||||
|
||||
const items: { [itemId: number]: unknown } = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue