mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-26 02:04:53 +09:00
d4b073e830
ListPeers with explicit IDs filtered every node, not every peer, so a change
batch naming the recipient returned it as its own peer. db.ListPeers keeps
this out with `id <> nodeID`; the NodeStore rewrite dropped it.
(cherry picked from commit d9aebf472d)