You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: community browse fetches members from network, not local DHT
dht_find_value_iterative short-circuited on the local CommunityMembers
entry which only contained the local node. The relay's merged list
(with all members) was never queried, so remote shares never appeared.
- Extract dht_find_value_from_network (skips local cache, always queries peers)
- browse_community uses network lookup to get the relay's merged member list
- Filter own address from DHT-discovered members to avoid self-queries
- Local participant label changed from IP to 'this node'
0 commit comments