mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 16:40:49 +00:00
fix: guard provider-prefixed delivery targets
This commit is contained in:
@@ -691,6 +691,7 @@ export const telegramPlugin = createChatChannelPlugin({
|
||||
},
|
||||
},
|
||||
messaging: {
|
||||
targetPrefixes: ["telegram", "tg"],
|
||||
normalizeTarget: normalizeTelegramMessagingTarget,
|
||||
resolveInboundConversation: ({ to, conversationId, threadId }) =>
|
||||
resolveTelegramInboundConversation({ to, conversationId, threadId }),
|
||||
|
||||
Reference in New Issue
Block a user