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:
- Audio: the
AudioMessageEventContent type
- Video: the
VideoMessageEventContent.
- Animated images/gifs for Image/Stickers: the
StickerEventContent type
- This is separate from the other
MessageType variants
- We support static image stickers.
Currently, this is blocked on Makepad adding support for video and audio playback. @joulei is currently working on it.
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
MessageTypeenum. This issue is primarily concerned with:AudioMessageEventContenttypeVideoMessageEventContent.StickerEventContenttypeMessageTypevariantsCurrently, this is blocked on Makepad adding support for video and audio playback. @joulei is currently working on it.