Skip to content

Commit c918e55

Browse files
authored
Update HAAPI.swift
1 parent 7cfa0e3 commit c918e55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Shared/API/HAAPI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ public class HomeAssistantAPI {
612612
// Push-to-start token (stored in Keychain at launch, updated via stream).
613613
// The relay server uses this token to start a Live Activity entirely via APNs.
614614
if let pushToStartToken = LiveActivityRegistry.storedPushToStartToken {
615-
appData["live_activity_start_token"] = pushToStartToken
615+
appData["live_activity_token"] = pushToStartToken
616616
appData["live_activity_push_to_start_apns_environment"] = Current.apnsEnvironment
617617
}
618618
}

0 commit comments

Comments
 (0)