mirror of
https://github.com/tailscale/tailscale.git
synced 2026-04-04 22:53:38 -04:00
adding NodeRemoved to notablenotify func
Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user