Fixed bot crash on file attachment, added 2 more new events and topic ID to file message #6
@ -24,7 +24,7 @@ class Client extends EventEmitter {
|
|||||||
|
|
||||||
this.swarm.peers.forEach((peerInfo, peer) => {
|
this.swarm.peers.forEach((peerInfo, peer) => {
|
||||||
console.log([peer.topics])
|
console.log([peer.topics])
|
||||||
console.log([peer.topics.filter(topic => topic)])
|
console.log([peer.topics].filter(topic => topic))
|
||||||
console.log(`Peer ${[peer]} is in topic(s) [${[peer.topics].filter(topic => topic).map(topic => topic.toString('hex')).join(", ")}]`);
|
console.log(`Peer ${[peer]} is in topic(s) [${[peer.topics].filter(topic => topic).map(topic => topic.toString('hex')).join(", ")}]`);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user