mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Move to double duration
This commit is contained in:
parent
fab4e28e8c
commit
893402dc95
27 changed files with 72 additions and 65 deletions
|
|
@ -264,7 +264,7 @@ public extension Message {
|
|||
}
|
||||
|
||||
public extension Message {
|
||||
var secretMediaDuration: Int32? {
|
||||
var secretMediaDuration: Double? {
|
||||
var found = false
|
||||
for attribute in self.attributes {
|
||||
if let _ = attribute as? AutoremoveTimeoutMessageAttribute {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue