mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Remove sliding sync .live state check as it doesn't happen for selective ranged syncs
This commit is contained in:
parent
00876e02f8
commit
0f7c1fc581
@ -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<RoomSummary>.Change]()
|
||||
for identifier in identifiers {
|
||||
|
Loading…
x
Reference in New Issue
Block a user