Removed isProPad, since all pads are public except for group-pads

This commit is contained in:
mluto 2013-02-07 14:30:09 +01:00
parent 0cbd4034b1
commit 0d5b98a338
4 changed files with 2 additions and 12 deletions

View file

@ -958,7 +958,6 @@ function handleClientReady(client, message)
// used to request the latest 100 chat-messages later (GET_CHAT_MESSAGES)
"chatHead": pad.chatHead,
"numConnectedUsers": roomClients.length,
"isProPad": false,
"readOnlyId": padIds.readOnlyPadId,
"readonly": padIds.readonly,
"serverTimestamp": new Date().getTime(),