Unspecced msgType field in m.sticker (#2580)

This commit is contained in:
Benoit Marty 2020-12-29 15:42:12 +01:00
parent f1f1613f00
commit 3ea3d0fc91
2 changed files with 2 additions and 0 deletions

View file

@ -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)

View file

@ -27,6 +27,7 @@ data class MessageStickerContent(
/**
* Set in local, not from server
*/
@Transient
override val msgType: String = MessageType.MSGTYPE_STICKER_LOCAL,
/**