mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Various fixes
This commit is contained in:
parent
089e818e00
commit
20ae8cc819
@ -11043,7 +11043,7 @@ Sorry for the inconvenience.";
|
|||||||
"ChannelBoost.Table.Group.Wallpaper_any" = "%@ Group Backgrounds";
|
"ChannelBoost.Table.Group.Wallpaper_any" = "%@ Group Backgrounds";
|
||||||
"ChannelBoost.Table.Group.CustomWallpaper" = "Custom Group Background";
|
"ChannelBoost.Table.Group.CustomWallpaper" = "Custom Group Background";
|
||||||
|
|
||||||
"Premium.Group.BoostByGiftDescription" = "Boost your group by gifting your subscribers Telegram Premium. [Get boosts >]()";
|
"Premium.Group.BoostByGiftDescription" = "Boost your group by gifting your members Telegram Premium. [Get boosts >]()";
|
||||||
|
|
||||||
"Conversation.BoostGroup" = "BOOST";
|
"Conversation.BoostGroup" = "BOOST";
|
||||||
|
|
||||||
|
@ -1519,7 +1519,11 @@ public func channelStatsController(context: AccountContext, updatedPresentationD
|
|||||||
peerId: peerId,
|
peerId: peerId,
|
||||||
mode: .owner(subject: nil),
|
mode: .owner(subject: nil),
|
||||||
status: boostStatus,
|
status: boostStatus,
|
||||||
myBoostStatus: myBoostStatus
|
myBoostStatus: myBoostStatus,
|
||||||
|
openGift: { [weak controller] in
|
||||||
|
let giveawayController = createGiveawayController(context: context, peerId: peerId, subject: .generic)
|
||||||
|
controller?.push(giveawayController)
|
||||||
|
}
|
||||||
)
|
)
|
||||||
boostController.boostStatusUpdated = { boostStatus in
|
boostController.boostStatusUpdated = { boostStatus in
|
||||||
boostDataPromise.set(.single(boostStatus))
|
boostDataPromise.set(.single(boostStatus))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user