mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02:00
add comment about automatically leaving rooms
This commit is contained in:
@@ -27,6 +27,8 @@ module.exports = RoomManager =
|
||||
|
||||
leaveProjectAndDocs: (client) ->
|
||||
# what rooms is this client in? we need to leave them all
|
||||
# FIXME: socket.io will cause us to leave the rooms, so we only need
|
||||
# to manage our channel subscriptions
|
||||
for id in @_roomsClientIsIn(client)
|
||||
entity = IdMap.get(id)
|
||||
@_leave client, entity, id
|
||||
|
||||
Reference in New Issue
Block a user