mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-21 22:54:53 +08:00
fix bugs
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user