Skip to content

Commit

Permalink
Revert "Enable the allRooms sliding sync view"
Browse files Browse the repository at this point in the history
This reverts commit 9932e3e.
  • Loading branch information
stefanceriu committed Jan 4, 2023
1 parent 6df6417 commit 1eab4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElementX/Sources/Services/Client/ClientProxy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 1eab4e0

Please sign in to comment.