diff --git a/submodules/TelegramCore/BUILD b/submodules/TelegramCore/BUILD index 28ab942151..4a708502fb 100644 --- a/submodules/TelegramCore/BUILD +++ b/submodules/TelegramCore/BUILD @@ -21,7 +21,6 @@ swift_library( "//submodules/Reachability:Reachability", "//submodules/ManagedFile:ManagedFile", "//submodules/Utils/RangeSet:RangeSet", - "//submodules/GZip:GZip", ], visibility = [ "//visibility:public", diff --git a/submodules/TelegramCore/Sources/State/ManagedSynchronizeInstalledStickerPacksOperations.swift b/submodules/TelegramCore/Sources/State/ManagedSynchronizeInstalledStickerPacksOperations.swift index c046850633..1b73b655f3 100644 --- a/submodules/TelegramCore/Sources/State/ManagedSynchronizeInstalledStickerPacksOperations.swift +++ b/submodules/TelegramCore/Sources/State/ManagedSynchronizeInstalledStickerPacksOperations.swift @@ -3,7 +3,6 @@ import Postbox import SwiftSignalKit import TelegramApi import MtProtoKit -import GZip private final class ManagedSynchronizeInstalledStickerPacksOperationsHelper { var operationDisposables: [Int32: Disposable] = [:] @@ -374,7 +373,7 @@ private func synchronizeInstalledStickerPacks(transaction: Transaction, postbox: } } -#if DEBUG +/*#if DEBUG func debugFetchAllStickers(account: Account) -> Signal { let orderedItemListCollectionIds: [Int32] = [Namespaces.OrderedItemList.CloudSavedStickers] @@ -427,7 +426,7 @@ func debugFetchAllStickers(account: Account) -> Signal { } } -#endif +#endif*/ private func continueSynchronizeInstalledStickerPacks(transaction: Transaction, postbox: Postbox, network: Network, stateManager: AccountStateManager, namespace: SynchronizeInstalledStickerPacksOperationNamespace, operation: SynchronizeInstalledStickerPacksOperation) -> Signal { let collectionNamespace: ItemCollectionId.Namespace