mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-22 14:41:34 +00:00
iOS: improve QR pairing flow (#51359)
- improve QR pairing UX and bootstrap token handling - preserve repeated optimistic user messages during refresh - add regression coverage for refresh reconciliation Thanks @ImLukeF
This commit is contained in:
@@ -322,7 +322,7 @@ function resolveBindingConversationFromCommand(params: {
|
||||
from?: string;
|
||||
to?: string;
|
||||
accountId?: string;
|
||||
messageThreadId?: number;
|
||||
messageThreadId?: string | number;
|
||||
}): {
|
||||
channel: string;
|
||||
accountId: string;
|
||||
|
||||
@@ -963,7 +963,7 @@ export type PluginCommandContext = {
|
||||
/** Account id for multi-account channels */
|
||||
accountId?: string;
|
||||
/** Thread/topic id if available */
|
||||
messageThreadId?: number;
|
||||
messageThreadId?: string | number;
|
||||
requestConversationBinding: (
|
||||
params?: PluginConversationBindingRequestParams,
|
||||
) => Promise<PluginConversationBindingRequestResult>;
|
||||
|
||||
Reference in New Issue
Block a user