diff --git a/Source/Services/Room.js b/Source/Services/Room.js index ff344df..752e419 100644 --- a/Source/Services/Room.js +++ b/Source/Services/Room.js @@ -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;