mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fix giveaway result service message text
This commit is contained in:
@@ -920,6 +920,7 @@ public func universalServiceMessageString(presentationData: (PresentationTheme,
|
||||
let combinedString = NSMutableAttributedString(attributedString: winnersString)
|
||||
combinedString.append(NSAttributedString(string: "\n"))
|
||||
combinedString.append(unclaimedString)
|
||||
attributedString = combinedString
|
||||
} else {
|
||||
attributedString = parseMarkdownIntoAttributedString(strings.Notification_GiveawayResults(winners), attributes: MarkdownAttributes(body: bodyAttributes, bold: boldAttributes, link: bodyAttributes, linkAttribute: { _ in return nil }))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user