mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-01 13:22:15 -05:00
[RoomManager] drop duplicate joining of entities
REF: 0437e1d03f89a058f97a8884e3532a9a58b68b9d REF: 62be5e29e5232150e7063bc189c5ad8a1189f972 Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
This commit is contained in:
parent
e8911babe0
commit
d6ac8c14e7
1 changed files with 0 additions and 1 deletions
|
@ -85,7 +85,6 @@ module.exports = {
|
||||||
{ client: client.id, entity, id, beforeCount },
|
{ client: client.id, entity, id, beforeCount },
|
||||||
'client joined existing room'
|
'client joined existing room'
|
||||||
)
|
)
|
||||||
client.join(id)
|
|
||||||
callback()
|
callback()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue