Remove UnknownMessageType, should be handled by OtherMessageType now.
This commit is contained in:
parent
19883cd3bf
commit
68463c2e0c
7 changed files with 4 additions and 52 deletions
|
|
@ -25,8 +25,6 @@ import io.element.android.libraries.matrix.api.media.VideoInfo
|
|||
|
||||
sealed interface MessageType
|
||||
|
||||
data object UnknownMessageType : MessageType
|
||||
|
||||
data class EmoteMessageType(
|
||||
val body: String,
|
||||
val formatted: FormattedBody?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue