mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various improvements
This commit is contained in:
@@ -2250,6 +2250,7 @@ public final class Postbox {
|
||||
|
||||
fileprivate func removeItemCacheEntry(id: ItemCacheEntryId) {
|
||||
self.itemCacheTable.remove(id: id, metaTable: self.itemCacheMetaTable)
|
||||
self.currentUpdatedCacheEntryKeys.insert(id)
|
||||
}
|
||||
|
||||
fileprivate func replaceGlobalMessageTagsHole(transaction: Transaction, globalTags: GlobalMessageTags, index: MessageIndex, with updatedIndex: MessageIndex?, messages: [StoreMessage]) {
|
||||
|
||||
Reference in New Issue
Block a user