You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is separate from the other MessageType variants
Stickers can be gifs or other animated multimedia files, but they can also be regular static images. The specific type is given by StickerMediaSource::mimetype
Currently, this is blocked on Makepad adding support for video and audio playback. @joulei is currently working on it.
The text was updated successfully, but these errors were encountered:
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:AudioMessageEventContent
typeVideoMessageEventContent
.StickerEventContent
typeMessageType
variantsStickerMediaSource::mimetype
Currently, this is blocked on Makepad adding support for video and audio playback. @joulei is currently working on it.
The text was updated successfully, but these errors were encountered: