Remove some state events at the start of DMs (#2252)
* Remove some initial events for DMs
This commit is contained in:
committed by
GitHub
parent
69b290f6fd
commit
5d462d5ba9
+1
-1
@@ -145,7 +145,7 @@ fun TimelineView(
|
||||
}
|
||||
}
|
||||
}
|
||||
if (state.paginationState.beginningOfRoomReached) {
|
||||
if (state.paginationState.beginningOfRoomReached && !state.timelineRoomInfo.isDirect) {
|
||||
item(contentType = "BeginningOfRoomReached") {
|
||||
TimelineItemRoomBeginningView(roomName = roomName)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user