Update matrix-rust-sdk
This commit is contained in:
parent
8ff6e92ac4
commit
1623fca6c8
1 changed files with 2 additions and 1 deletions
|
|
@ -96,7 +96,8 @@ class MessageTimelineItemStateMapper(
|
||||||
body = messageType.content.body,
|
body = messageType.content.body,
|
||||||
formattedBody = messageType.content.formatted
|
formattedBody = messageType.content.formatted
|
||||||
)
|
)
|
||||||
null -> MessagesTimelineItemUnknownContent
|
else -> MessagesTimelineItemUnknownContent
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue