mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Fix time selection
This commit is contained in:
@@ -329,7 +329,7 @@ public func universalServiceMessageString(presentationData: (PresentationTheme,
|
||||
let messagePeer = message.peers[message.id.peerId]
|
||||
|
||||
if timeout > 0 {
|
||||
let timeValue = timeIntervalString(strings: strings, value: timeout, preferLowerValue: true)
|
||||
let timeValue = timeIntervalString(strings: strings, value: timeout, preferLowerValue: false)
|
||||
|
||||
let string: String
|
||||
if let _ = messagePeer as? TelegramUser {
|
||||
|
||||
Reference in New Issue
Block a user