mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various improvements
This commit is contained in:
@@ -83,7 +83,7 @@ public func stringForMessageTimestampStatus(accountPeerId: PeerId, message: Mess
|
||||
}
|
||||
|
||||
var displayFullDate = false
|
||||
if case .full = format {
|
||||
if case .full = format, timestamp > 100000 {
|
||||
displayFullDate = true
|
||||
} else if let _ = message.forwardInfo, message.id.peerId == accountPeerId {
|
||||
displayFullDate = true
|
||||
|
||||
Reference in New Issue
Block a user