mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-25 23:52:04 +00:00
caption_from_fields already returns truncate_caption(built_in) for an empty format, which is exactly what the if-branch did; passing cached.caption as built_in makes both paths one call. The format path is unmoved -- built_in is read only when the format is empty.