mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +00:00
Backend now requires a signed, expiring token to download media (a raw file_id 404s). Carry the per-attachment `token` (and the legacy `media_token`) from the ticket response through MessageMediaGrid and append it in ticketsApi.getMediaUrl, so attachments keep rendering while leaked URLs expire. Must deploy together with the backend change.