Remove UnknownMessageType, should be handled by OtherMessageType now.
This commit is contained in:
committed by
Benoit Marty
parent
19883cd3bf
commit
68463c2e0c
-2
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user