project-robius / project-robius/robrix
Display multimedia (audio and video) messages
Open
@emmettlu is already working on this.
Since Feb 27, 2025.
blocked-on-makepad
enhancement
help wanted
- Dominant language
- Rust
- Stars
- 487
- Forks
- 68
- Avg merge
- 1h 22m
- Merged PRs (30d)
- 54
Description
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
AudioMessageEventContenttype - Video: the
VideoMessageEventContent. - Animated images/gifs for Image/Stickers: the
StickerEventContenttype- This is separate from the other
MessageTypevariants - We support static image stickers.
Currently, this is blocked on Makepad adding support for video and audio playback. @joulei is currently working on it.
- This is separate from the other
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.