Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Improve Telegram gif handling #6649

Closed
wants to merge 1 commit into from

Commits on Aug 20, 2021

  1. Improve Telegram gif handling

    Telegram (and basically all other modern chat apps) use video files instead of
    actual .gif files for any features called "gifs", which makes sense because gif
    files are huge. However, Matrix doesn't have such modern features, so users
    will see a full video player instead of a nice looping gif. This change adds
    support for simple custom flags that can be used to make the video player
    behave similar to actual .gif files.
    
    The flags are set by the Telegram bridge here: https://github.com/mautrix/telegram/blob/v0.10.1/mautrix_telegram/portal/telegram.py#L252-L260
    
    Co-authored-by: Marcus Hoffmann <[email protected]>
    Signed-off-by: Marcus Hoffmann <[email protected]>
    Signed-off-by: Tulir Asokan <[email protected]>
    Bubu authored and tulir committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    70d9e37 View commit details
    Browse the repository at this point in the history