Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios

This commit is contained in:
Ilya Laktyushin
2024-07-13 18:14:51 +04:00
38 changed files with 1898 additions and 110 deletions

View File

@@ -1044,6 +1044,8 @@ public func universalServiceMessageString(presentationData: (PresentationTheme,
attributedString = mutableString
case .unknown:
attributedString = nil
case .paymentRefunded, .giftStars:
attributedString = nil
}
break