From 47798b1a23e9dd35978cc5fd8da6b13e4a09dcca Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Wed, 4 Jan 2023 22:00:35 +0200 Subject: [PATCH] Revert "Enable the allRooms sliding sync view" This reverts commit f5a31cdc4327eb3b78ce4ea636c8919209859eec. --- ElementX/Sources/Services/Client/ClientProxy.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElementX/Sources/Services/Client/ClientProxy.swift b/ElementX/Sources/Services/Client/ClientProxy.swift index 743b2ca3e..e167b3a45 100644 --- a/ElementX/Sources/Services/Client/ClientProxy.swift +++ b/ElementX/Sources/Services/Client/ClientProxy.swift @@ -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()