fix(telegram): avoid rich final duplicate previews (#46206)

This commit is contained in:
Teknium 2026-06-14 11:13:38 -07:00 committed by GitHub
parent 6c34088a17
commit a1f51feb72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 83 additions and 69 deletions

View file

@ -724,7 +724,7 @@ platform_toolsets:
# # allowed_chats: ["-1001234567890"]
# extra:
# disable_link_previews: false # Set true to suppress Telegram URL previews in bot messages
# rich_messages: true # Set false to force legacy MarkdownV2 for clients that cannot render Bot API rich messages
# rich_messages: false # Opt in to Bot API 10.1 rich messages; default uses legacy MarkdownV2
#
# Discord-specific settings (config.yaml top-level, not under platforms:):
#