mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Another feed experiment
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user