Another feed experiment

This commit is contained in:
Ali
2022-03-18 22:55:06 +04:00
parent fe0311b1e9
commit a9c595a640
128 changed files with 3524 additions and 957 deletions

View File

@@ -156,7 +156,7 @@ final class HistoryViewStateValidationContexts {
}
}
if let location = location, case let .external(peerId, threadId, _) = location {
if let location = location, case let .thread(peerId, threadId, _) = location {
var rangesToInvalidate: [[MessageId]] = []
let addToRange: (MessageId, inout [[MessageId]]) -> Void = { id, ranges in
if ranges.isEmpty {