mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Update API
This commit is contained in:
@@ -1288,6 +1288,11 @@ public func universalServiceMessageString(presentationData: (PresentationTheme,
|
||||
}
|
||||
case .unknown:
|
||||
attributedString = nil
|
||||
case let .todoCompletions(completed, incompleted):
|
||||
//TODO:release
|
||||
let _ = completed
|
||||
let _ = incompleted
|
||||
attributedString = nil
|
||||
}
|
||||
break
|
||||
} else if let expiredMedia = media as? TelegramMediaExpiredContent {
|
||||
|
||||
Reference in New Issue
Block a user