Merge pull request #196 from overleaf/jpa-drop-duplicate-join

[RoomManager] drop duplicate joining of entities
This commit is contained in:
Jakob Ackermann 2020-10-19 17:01:40 +02:00 committed by GitHub
commit 222caeb9a8

View file

@ -85,7 +85,6 @@ module.exports = {
{ client: client.id, entity, id, beforeCount },
'client joined existing room'
)
client.join(id)
callback()
}
},