Room content changed

This commit is contained in:
Abdussamed 2023-06-09 22:36:40 +03:00
parent 242c9b20f7
commit 65129c0150
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ addListener('connect',(global, client)=>{
let room = new Room();
room.accessType = "private";
room.joinType = "notify";
room.description = 'Yourself private room, you can invite friends';
room.description = 'Private room';
room.id = client.id;
room.name = "Your Room | " + client.id;
room.owner = client;