diff --git a/ElementX/Sources/Services/Room/RoomSummary/RoomSummaryProvider.swift b/ElementX/Sources/Services/Room/RoomSummary/RoomSummaryProvider.swift index 00f0ad54f..7d2b642ed 100644 --- a/ElementX/Sources/Services/Room/RoomSummary/RoomSummaryProvider.swift +++ b/ElementX/Sources/Services/Room/RoomSummary/RoomSummaryProvider.swift @@ -112,9 +112,10 @@ class RoomSummaryProvider: RoomSummaryProviderProtocol { } func updateRoomsWithIdentifiers(_ identifiers: [String]) { - guard statePublisher.value == .live else { - return - } + #warning("This is a valid check but Rust doesn't set it correct for selective ranged syncs") +// guard statePublisher.value == .live else { +// return +// } var changes = [CollectionDifference.Change]() for identifier in identifiers {