mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Always show gift link if available
This commit is contained in:
parent
f835a134af
commit
a5ad9935d2
@ -228,7 +228,7 @@ private final class PremiumGiftCodeSheetContent: CombinedComponent {
|
||||
additionalText = ""
|
||||
}
|
||||
buttonText = strings.Common_OK
|
||||
if boost.flags.contains(.isUnclaimed), let slug = boost.slug {
|
||||
if let slug = boost.slug {
|
||||
link = "https://t.me/giftcode/\(slug)"
|
||||
} else {
|
||||
link = nil
|
||||
|
Loading…
x
Reference in New Issue
Block a user