Fix giveaway result service message text

This commit is contained in:
Ilya Laktyushin
2023-11-13 21:04:41 +04:00
parent 88a0fd7a81
commit 0296aaebc3
2 changed files with 9 additions and 8 deletions

View File

@@ -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 }))
}