mirror of https://codeberg.org/pzp/zooboard.git
minor refactor
This commit is contained in:
parent
649d77618c
commit
0729f58518
2
main.js
2
main.js
|
@ -107,7 +107,7 @@ async function loadAccount() {
|
||||||
await p(peer.set.load)(id)
|
await p(peer.set.load)(id)
|
||||||
await p(peer.dict.load)(id)
|
await p(peer.dict.load)(id)
|
||||||
|
|
||||||
// Read hubs
|
// Read hubs FIXME: this should be in the ppppp-net scheduler
|
||||||
const multiaddrs = peer.set.values('hubs')
|
const multiaddrs = peer.set.values('hubs')
|
||||||
for (const multiaddr of multiaddrs) {
|
for (const multiaddr of multiaddrs) {
|
||||||
scheduleWithHub(multiaddr)
|
scheduleWithHub(multiaddr)
|
||||||
|
|
Loading…
Reference in New Issue