mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Drop the timeline limit to 1 on the visible rooms sliding sync view
This commit is contained in:
parent
58d5346db4
commit
86aec7896b
@ -252,7 +252,7 @@ class ClientProxy: ClientProxyProtocol {
|
||||
// Build the visibleRoomsSlidingSyncView here so that it can take advantage of the SS builder cold cache
|
||||
// We will still register the allRoomsSlidingSyncView later, and than will have no cache
|
||||
let visibleRoomsView = try SlidingSyncViewBuilder()
|
||||
.timelineLimit(limit: 20)
|
||||
.timelineLimit(limit: 1)
|
||||
.requiredState(requiredState: slidingSyncRequiredState)
|
||||
.filters(filters: slidingSyncFilters)
|
||||
.name(name: "CurrentlyVisibleRooms")
|
||||
|
Loading…
x
Reference in New Issue
Block a user