From 66a889c636c73609b5470180d5835b1626bf7f70 Mon Sep 17 00:00:00 2001 From: Mikhail Filimonov Date: Wed, 16 Jul 2025 12:03:58 +0100 Subject: [PATCH] public actions --- .../Sources/TelegramEngine/Payments/StarGiftsCollections.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/TelegramCore/Sources/TelegramEngine/Payments/StarGiftsCollections.swift b/submodules/TelegramCore/Sources/TelegramEngine/Payments/StarGiftsCollections.swift index 441244bde9..c010ceb2a4 100644 --- a/submodules/TelegramCore/Sources/TelegramEngine/Payments/StarGiftsCollections.swift +++ b/submodules/TelegramCore/Sources/TelegramEngine/Payments/StarGiftsCollections.swift @@ -328,7 +328,7 @@ public final class StarGiftCollectionsContext { } } - private func updateCollection(id: Int32, actions: [UpdateAction]) -> Signal { + public func updateCollection(id: Int32, actions: [UpdateAction]) -> Signal { return _internal_updateStarGiftCollection(account: self.account, peerId: self.peerId, collectionId: id, actions: actions) |> deliverOn(self.queue) |> afterNext { [weak self] collection in