mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-31 23:47:01 +00:00
Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios
This commit is contained in:
commit
5ffff6fc84
@ -404,7 +404,7 @@ public final class TelegramMediaFile: Media, Equatable, Codable {
|
||||
public var isStaticSticker: Bool {
|
||||
for attribute in self.attributes {
|
||||
if case .Sticker = attribute {
|
||||
if let s = self.size, s < 200 * 1024 {
|
||||
if let s = self.size, s < 300 * 1024 {
|
||||
return !isAnimatedSticker
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user