diff --git a/hscontrol/mapper/mapper.go b/hscontrol/mapper/mapper.go index 5f88b839..0b004a08 100644 --- a/hscontrol/mapper/mapper.go +++ b/hscontrol/mapper/mapper.go @@ -535,10 +535,10 @@ func (m *Mapper) baseMapResponse(machine *types.Machine) tailcfg.MapResponse { ControlTime: &now, } - online, err := m.db.ListOnlineMachines(machine) - if err == nil { - resp.OnlineChange = online - } + // online, err := m.db.ListOnlineMachines(machine) + // if err == nil { + // resp.OnlineChange = online + // } return resp }