Revert "Enable the allRooms sliding sync view"

This reverts commit f5a31cdc43.
This commit is contained in:
Stefan Ceriu
2023-01-04 22:00:35 +02:00
parent 7a07a89fb6
commit 47798b1a23

View File

@@ -105,7 +105,7 @@ class ClientProxy: ClientProxyProtocol {
let slidingSync = try slidingSyncBuilder
.addView(v: visibleRoomsView)
.addView(v: allRoomsView)
// .addView(v: allRoomsView) // FIXME: Intentionally disabled as it doesn't work properly
.withCommonExtensions()
.coldCache(name: "ElementX")
.build()