mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-21 15:26:17 -04:00
fix bugs
This commit is contained in:
parent
29735ff617
commit
6748cc0cb4
4 changed files with 6 additions and 19 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue