change (sdk) : add topic string to NotificationContent.StateEvent.RoomTopic
This commit is contained in:
parent
2456b2fa07
commit
7c0318e5fe
4 changed files with 4 additions and 4 deletions
|
|
@ -62,7 +62,7 @@ private fun StateEventContent.toContent(): NotificationContent.StateEvent {
|
|||
StateEventContent.RoomServerAcl -> NotificationContent.StateEvent.RoomServerAcl
|
||||
StateEventContent.RoomThirdPartyInvite -> NotificationContent.StateEvent.RoomThirdPartyInvite
|
||||
StateEventContent.RoomTombstone -> NotificationContent.StateEvent.RoomTombstone
|
||||
StateEventContent.RoomTopic -> NotificationContent.StateEvent.RoomTopic
|
||||
is StateEventContent.RoomTopic -> NotificationContent.StateEvent.RoomTopic(topic)
|
||||
StateEventContent.SpaceChild -> NotificationContent.StateEvent.SpaceChild
|
||||
StateEventContent.SpaceParent -> NotificationContent.StateEvent.SpaceParent
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue