mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-23 23:32:05 +00:00
`/debug` reported `Fetched::caption`, the site's built-in caption, so a chat's `/set_format` override never showed up in the preview — the command looked like a no-op, and the `/set_format` success reply now tells users to preview with `/debug`, which made that advice wrong. `preview_caption` mirrors the send paths instead: the per-site format override (`caption_from_fields`, empty → built-in) plus the long-post quoting. Reported from a live run against the test bot.