mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
[WIP] Animated emoji
This commit is contained in:
@@ -544,6 +544,8 @@ private func decryptedAttributes46(_ attributes: [TelegramMediaFileAttribute], t
|
||||
break
|
||||
case .NoPremium:
|
||||
break
|
||||
case .CustomEmoji:
|
||||
break
|
||||
}
|
||||
}
|
||||
return result
|
||||
@@ -605,6 +607,8 @@ private func decryptedAttributes73(_ attributes: [TelegramMediaFileAttribute], t
|
||||
break
|
||||
case .NoPremium:
|
||||
break
|
||||
case .CustomEmoji:
|
||||
break
|
||||
}
|
||||
}
|
||||
return result
|
||||
@@ -666,6 +670,8 @@ private func decryptedAttributes101(_ attributes: [TelegramMediaFileAttribute],
|
||||
break
|
||||
case .NoPremium:
|
||||
break
|
||||
case .CustomEmoji:
|
||||
break
|
||||
}
|
||||
}
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user