change (room avatar) : expose isTombstone where we need to display the RoomAvatar
This commit is contained in:
parent
451579594e
commit
f47c0f648b
10 changed files with 23 additions and 1 deletions
|
|
@ -59,4 +59,6 @@ data class MessagesState(
|
|||
val roomMemberModerationState: RoomMemberModerationState,
|
||||
val successorRoom: SuccessorRoom?,
|
||||
val eventSink: (MessagesEvents) -> Unit
|
||||
)
|
||||
){
|
||||
val isTombstoned = successorRoom != null
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue