This commit is contained in:
schlagmichdoch 2023-01-18 15:44:20 +01:00
parent 29735ff617
commit 6748cc0cb4
4 changed files with 6 additions and 19 deletions

View file

@ -669,7 +669,6 @@ class PeersManager {
}
_onPeers(msg) {
console.debug(msg)
msg.peers.forEach(peer => {
if (this.peers[peer.id]) {
if (this.peers[peer.id].roomType === msg.roomType) {