Fix API break with Matrix SDK 0.1.58.
This commit is contained in:
parent
3c692e4c48
commit
cf657df5fd
4 changed files with 10 additions and 14 deletions
|
|
@ -61,6 +61,7 @@ sealed interface NotificationContent {
|
|||
) : MessageLike
|
||||
data object RoomRedaction : MessageLike
|
||||
data object Sticker : MessageLike
|
||||
data class Poll(val question: String) : MessageLike
|
||||
}
|
||||
|
||||
sealed interface StateEvent : NotificationContent {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue