fix(apple): align routing identity continuation

This commit is contained in:
Colin
2026-08-19 14:38:29 -04:00
committed by GitHub
parent f0c8ceb69d
commit 0147e1b646
@@ -442,7 +442,7 @@ public struct OpenClawChatSessionRoutingIdentity: Equatable, Sendable {
scope: scope,
mainKey: mainSessionKey,
defaultAgentID: defaultAgentID),
let display = OpenClawChatSessionRoutingContract.parse(displayContract)
let display = OpenClawChatSessionRoutingContract.parse(displayContract)
else { return nil }
let authoritativeContract = sessionRoutingContract?
.trimmingCharacters(in: .whitespacesAndNewlines)