mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-22 05:24:29 +00:00
Merge branch 'master' of https://github.com/peter-iakovlev/TelegramCore
This commit is contained in:
commit
e894b8d94a
@ -26,6 +26,7 @@ func manageStickerPacks(network: Network, postbox: Postbox) -> Signal<Void, NoEr
|
||||
addSynchronizeInstalledStickerPacksOperation(modifier: modifier, namespace: .stickers)
|
||||
addSynchronizeInstalledStickerPacksOperation(modifier: modifier, namespace: .masks)
|
||||
addSynchronizeSavedGifsOperation(modifier: modifier, operation: .sync)
|
||||
addSynchronizeSavedStickersOperation(modifier: modifier, operation: .sync)
|
||||
} |> then(.complete() |> delay(1.0 * 60.0 * 60.0, queue: Queue.concurrentDefaultQueue()))) |> restart
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user