mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Temp
This commit is contained in:
@@ -268,7 +268,6 @@ final class MessageHistoryThreadHoleIndexTable: Table {
|
||||
}
|
||||
let clippedRange = clippedLowerBound ... clippedUpperBound
|
||||
|
||||
var removedIndices = IndexSet()
|
||||
var insertedIndices = IndexSet()
|
||||
var removeKeys: [Int32] = []
|
||||
var insertRanges = IndexSet()
|
||||
@@ -351,8 +350,6 @@ final class MessageHistoryThreadHoleIndexTable: Table {
|
||||
}
|
||||
|
||||
private func removeInternal(peerId: PeerId, threadId: Int64, namespace: MessageId.Namespace, space: MessageHistoryHoleSpace, range: ClosedRange<MessageId.Id>, operations: inout [MessageHistoryIndexHoleOperationKey: [MessageHistoryIndexHoleOperation]]) {
|
||||
var removedIndices = IndexSet()
|
||||
var insertedIndices = IndexSet()
|
||||
var removeKeys: [Int32] = []
|
||||
var insertRanges = IndexSet()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user