mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-30 03:25:03 +00:00
fix: align extension plugin and docs with new replyToMode default
Update the Telegram extension channel plugin fallback and documentation to reflect the new "off" default, as flagged by Greptile review.
This commit is contained in:
committed by
Vignesh Natarajan
parent
258f7a1687
commit
b5026aee69
@@ -178,7 +178,7 @@ export const telegramPlugin: ChannelPlugin<ResolvedTelegramAccount, TelegramProb
|
||||
resolveToolPolicy: resolveTelegramGroupToolPolicy,
|
||||
},
|
||||
threading: {
|
||||
resolveReplyToMode: ({ cfg }) => cfg.channels?.telegram?.replyToMode ?? "first",
|
||||
resolveReplyToMode: ({ cfg }) => cfg.channels?.telegram?.replyToMode ?? "off",
|
||||
},
|
||||
messaging: {
|
||||
normalizeTarget: normalizeTelegramMessagingTarget,
|
||||
|
||||
Reference in New Issue
Block a user