mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix hidden links
This commit is contained in:
parent
e8821fbd3f
commit
9c017f9f03
@ -161,9 +161,11 @@ func chatHistoryEntriesForView(
|
||||
}
|
||||
}
|
||||
|
||||
if skipViewOnceMedia, message.minAutoremoveOrClearTimeout != nil {
|
||||
if skipViewOnceMedia, let minAutoremoveOrClearTimeout = message.minAutoremoveOrClearTimeout {
|
||||
if minAutoremoveOrClearTimeout <= 60 {
|
||||
continue loop
|
||||
}
|
||||
}
|
||||
|
||||
var contentTypeHint: ChatMessageEntryContentType = .generic
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user