adding NodeRemoved to notablenotify func

Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
This commit is contained in:
chaosinthecrd
2026-02-12 16:52:15 +00:00
parent 5ba62d2832
commit f90a33c417

View File

@@ -157,5 +157,6 @@ func isNotableNotify(n *ipn.Notify) bool {
len(n.IncomingFiles) > 0 ||
len(n.OutgoingFiles) > 0 ||
n.FilesWaiting != nil ||
n.SuggestedExitNode != nil
n.SuggestedExitNode != nil ||
n.NodeRemoved != nil
}