public actions

This commit is contained in:
Mikhail Filimonov 2025-07-16 12:03:58 +01:00
parent 3547bb0f2a
commit 66a889c636

View File

@ -328,7 +328,7 @@ public final class StarGiftCollectionsContext {
}
}
private func updateCollection(id: Int32, actions: [UpdateAction]) -> Signal<StarGiftCollection?, NoError> {
public func updateCollection(id: Int32, actions: [UpdateAction]) -> Signal<StarGiftCollection?, NoError> {
return _internal_updateStarGiftCollection(account: self.account, peerId: self.peerId, collectionId: id, actions: actions)
|> deliverOn(self.queue)
|> afterNext { [weak self] collection in