mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 12:26:38 -06:00
fix(apple): align routing identity continuation
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user