mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-07 17:30:12 +00:00
Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios
This commit is contained in:
commit
fb43b34a2e
@ -358,7 +358,7 @@ public final class ProfileGiftsCollectionsContext {
|
||||
}
|
||||
}
|
||||
|
||||
private func updateCollection(id: Int32, actions: [UpdateAction]) -> Signal<StarGiftCollection?, NoError> {
|
||||
public func updateCollection(id: Int32, actions: [UpdateAction]) -> Signal<StarGiftCollection?, NoError> {
|
||||
let giftsContext = self.giftsContextForCollection(id: id)
|
||||
return _internal_updateStarGiftCollection(account: self.account, peerId: self.peerId, collectionId: id, giftsContext: giftsContext, actions: actions)
|
||||
|> deliverOn(self.queue)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user