Merge pull request #2601 from vector-im/feature/bma/sticker

Unspecced msgType field in m.sticker (#2580)
This commit is contained in:
Benoit Marty 2021-01-04 10:17:08 +01:00 committed by GitHub
commit a25b93197d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,
/**