project-robius / robrix

A Matrix chat client written in pure Rust using the Makepad UI toolkit and the Robius app dev framework
MIT License
67 stars 11 forks source link

Display multimedia messages: audio, video, stickers (gifs) #120

Open kevinaboos opened 3 weeks ago

kevinaboos commented 3 weeks ago

Currently Robrix supports displaying text messages and static (non-moving/animated) image messages.

The Matrix spec supports multiple other kinds of multimedia messages, as defined here by the MessageType enum. This issue is primarily concerned with:

Currently, this is blocked on Makepad adding support for video and audio playback. @joulei is currently working on it.