Added the user-room token created from admin when we access a room
This commit is contained in:
@@ -44,4 +44,5 @@ export interface ExSocketInterface extends WebSocket, Identificable {
|
||||
textures: CharacterTexture[];
|
||||
backConnection: BackConnection;
|
||||
listenedZones: Set<Zone>;
|
||||
userRoomToken: string | undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user