mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Unspecced msgType field in m.sticker (#2580)
This commit is contained in:
parent
f1f1613f00
commit
3ea3d0fc91
@ -8,6 +8,7 @@ Improvements 🙌:
|
||||
- Add System theme option and set as default (#904) (#2387)
|
||||
|
||||
Bugfix 🐛:
|
||||
- Unspecced msgType field in m.sticker (#2580)
|
||||
- Wait for all room members to be known before sending a message to a e2e room (#2518)
|
||||
- Url previews sometimes attached to wrong message (#2561)
|
||||
|
||||
|
@ -27,6 +27,7 @@ data class MessageStickerContent(
|
||||
/**
|
||||
* Set in local, not from server
|
||||
*/
|
||||
@Transient
|
||||
override val msgType: String = MessageType.MSGTYPE_STICKER_LOCAL,
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user