mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios
This commit is contained in:
@@ -614,9 +614,6 @@ public final class ChatHistoryListNode: ListView, ChatHistoryNode {
|
||||
}
|
||||
|> distinctUntilChanged
|
||||
|
||||
|
||||
// loadedStickerPack(postbox: context.account.postbox, network: context.account.network, reference: .dice, forceActualized: false)
|
||||
|
||||
let animatedEmojiStickers = loadedStickerPack(postbox: context.account.postbox, network: context.account.network, reference: .animatedEmoji, forceActualized: false)
|
||||
|> map { animatedEmoji -> [String: [StickerPackItem]] in
|
||||
var animatedEmojiStickers: [String: [StickerPackItem]] = [:]
|
||||
@@ -634,16 +631,6 @@ public final class ChatHistoryListNode: ListView, ChatHistoryNode {
|
||||
default:
|
||||
break
|
||||
}
|
||||
// switch dice {
|
||||
// case let .result(_, items, _):
|
||||
// var diceStickers: [StickerPackItem] = []
|
||||
// for case let item as StickerPackItem in items {
|
||||
// diceStickers.append(item)
|
||||
// }
|
||||
// animatedEmojiStickers["dice"] = diceStickers
|
||||
// default:
|
||||
// break
|
||||
// }
|
||||
return animatedEmojiStickers
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user