mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-16 03:09:56 +00:00
increased size for static stickers [skip ci]
This commit is contained in:
parent
a5f9d41dbe
commit
fc1d1fdb45
@ -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