re-apply roomsize

pull/2295/head
John McLear 2014-11-04 22:31:09 +00:00
parent a6cbb4af40
commit 8391f902fb
1 changed files with 1 additions and 1 deletions

View File

@ -1110,7 +1110,7 @@ function handleClientReady(client, message)
// tell the client the number of the latest chat-message, which will be
// used to request the latest 100 chat-messages later (GET_CHAT_MESSAGES)
"chatHead": pad.chatHead,
"numConnectedUsers": 0,
"numConnectedUsers": roomClients.length,
"readOnlyId": padIds.readOnlyPadId,
"readonly": padIds.readonly,
"serverTimestamp": new Date().getTime(),