mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 18:40:44 +00:00
fix: guard provider-prefixed delivery targets
This commit is contained in:
@@ -1154,6 +1154,7 @@ export const feishuPlugin: ChannelPlugin<ResolvedFeishuAccount, FeishuProbeResul
|
||||
setup: feishuSetupAdapter,
|
||||
setupWizard: feishuSetupWizard,
|
||||
messaging: {
|
||||
targetPrefixes: ["feishu", "lark"],
|
||||
normalizeTarget: (raw) => normalizeFeishuTarget(raw) ?? undefined,
|
||||
resolveDeliveryTarget: ({ conversationId, parentConversationId }) => {
|
||||
const directId = parseFeishuDirectConversationId(conversationId);
|
||||
|
||||
Reference in New Issue
Block a user