mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Refactoring
This commit is contained in:
@@ -40,7 +40,7 @@ func addRecentlyUsedSticker(transaction: Transaction, fileReference: FileMediaRe
|
||||
}
|
||||
}
|
||||
|
||||
public func clearRecentlyUsedStickers(transaction: Transaction) {
|
||||
func _internal_clearRecentlyUsedStickers(transaction: Transaction) {
|
||||
transaction.replaceOrderedItemListItems(collectionId: Namespaces.OrderedItemList.CloudRecentStickers, items: [])
|
||||
addSynchronizeRecentlyUsedMediaOperation(transaction: transaction, category: .stickers, operation: .clear)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user