change (room avatar) : expose isTombstone where we need to display the RoomAvatar

This commit is contained in:
ganfra 2025-06-13 18:39:51 +02:00
parent 451579594e
commit f47c0f648b
10 changed files with 23 additions and 1 deletions

View file

@ -59,4 +59,6 @@ data class MessagesState(
val roomMemberModerationState: RoomMemberModerationState,
val successorRoom: SuccessorRoom?,
val eventSink: (MessagesEvents) -> Unit
)
){
val isTombstoned = successorRoom != null
}