Remove some state events at the start of DMs (#2252)
* Remove some initial events for DMs
This commit is contained in:
parent
69b290f6fd
commit
5d462d5ba9
5 changed files with 175 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ fun TimelineView(
|
|||
}
|
||||
}
|
||||
}
|
||||
if (state.paginationState.beginningOfRoomReached) {
|
||||
if (state.paginationState.beginningOfRoomReached && !state.timelineRoomInfo.isDirect) {
|
||||
item(contentType = "BeginningOfRoomReached") {
|
||||
TimelineItemRoomBeginningView(roomName = roomName)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue