mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 02:15:35 +03:00
Unspecced msgType field in m.sticker (#2580)
This commit is contained in:
parent
f1f1613f00
commit
3ea3d0fc91
2 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@ Improvements 🙌:
|
||||||
- Add System theme option and set as default (#904) (#2387)
|
- Add System theme option and set as default (#904) (#2387)
|
||||||
|
|
||||||
Bugfix 🐛:
|
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)
|
- 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)
|
- Url previews sometimes attached to wrong message (#2561)
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,7 @@ data class MessageStickerContent(
|
||||||
/**
|
/**
|
||||||
* Set in local, not from server
|
* Set in local, not from server
|
||||||
*/
|
*/
|
||||||
|
@Transient
|
||||||
override val msgType: String = MessageType.MSGTYPE_STICKER_LOCAL,
|
override val msgType: String = MessageType.MSGTYPE_STICKER_LOCAL,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue