|
|
|
@ -167,7 +167,7 @@ func (eh *EventHandler) handleAppBusEvent(e *event.Event) string {
|
|
|
|
|
}
|
|
|
|
|
e.Data["autostart"] = autostart
|
|
|
|
|
|
|
|
|
|
appearOffline, exists := profile.GetScopedZonedAttribute(attr.LocalScope, attr.ProfileZone, constants2.PeerAppearOffline)
|
|
|
|
|
appearOffline, exists := profile.GetScopedZonedAttribute(attr.LocalScope, attr.ProfileZone, constants.PeerAppearOffline)
|
|
|
|
|
// legacy profiles should not appearOffline by default
|
|
|
|
|
if !exists {
|
|
|
|
|
appearOffline = "false"
|
|
|
|
|