fix(tsconnect/wasm): filter offline and unreachable drive peers #18

Merged
codinget merged 1 commits from fix/drive-peers-reachability into webnet 2026-08-03 01:02:33 +02:00
1 Commits
Author SHA1 Message Date
codingetandClaude 7e9868f50e fix(tsconnect/wasm): filter offline and unreachable drive peers
listDrivePeers only checked PeerCapabilityTaildriveSharer, which is
usually granted to a whole group or tag, so it returned most of the
tailnet including offline peers and peers with no reachable peerAPI.
Apply the same conjunction as LocalBackend.driveRemotesFromPeers.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-02 01:32:15 +00:00