mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-26 23:52:05 +00:00
A page whose `original` the API left out (the restricted ones) was dropped whole by the multi-page branch's filter_map — a missing picture in the album while `large` sat right there — and the single-page branch produced no media at all when both places it looks for an original were empty. Both now share one builder that falls back to `large` (the same picture, lower resolution). The two tests that pinned the old behaviour now pin the fallback.