This commit is contained in:
2026-01-20 16:38:24 -06:00
parent b28ef39562
commit dc02d6899d
3 changed files with 6 additions and 578 deletions

View File

@@ -436,9 +436,8 @@ function handle_host(e) {
obj[ACTORDATA].port = e.peer.port
}
arrfor(array(obj), function(key) {
if (object.has(obj, key)) {
if (key in obj)
populate_actor_addresses(obj[key])
}
})
}
if (data.data) populate_actor_addresses(data.data)