mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-21 06:02:13 +00:00
fix(regression): preserve discord thread bindings for plugin commands
This commit is contained in:
@@ -1178,6 +1178,8 @@ export type PluginCommandContext = {
|
||||
accountId?: string;
|
||||
/** Thread/topic id if available */
|
||||
messageThreadId?: string | number;
|
||||
/** Parent conversation id for thread-capable channels */
|
||||
threadParentId?: string;
|
||||
requestConversationBinding: (
|
||||
params?: PluginConversationBindingRequestParams,
|
||||
) => Promise<PluginConversationBindingRequestResult>;
|
||||
|
||||
Reference in New Issue
Block a user