diff --git a/submodules/TelegramCore/Sources/TelegramEngine/Payments/StarGiftsCollections.swift b/submodules/TelegramCore/Sources/TelegramEngine/Payments/StarGiftsCollections.swift index 3de88b67fa..153cf1619a 100644 --- a/submodules/TelegramCore/Sources/TelegramEngine/Payments/StarGiftsCollections.swift +++ b/submodules/TelegramCore/Sources/TelegramEngine/Payments/StarGiftsCollections.swift @@ -358,7 +358,7 @@ public final class ProfileGiftsCollectionsContext { } } - private func updateCollection(id: Int32, actions: [UpdateAction]) -> Signal { + public func updateCollection(id: Int32, actions: [UpdateAction]) -> Signal { let giftsContext = self.giftsContextForCollection(id: id) return _internal_updateStarGiftCollection(account: self.account, peerId: self.peerId, collectionId: id, giftsContext: giftsContext, actions: actions) |> deliverOn(self.queue)