mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various fixes
This commit is contained in:
@@ -481,7 +481,7 @@ public final class ChatMessageWebpageBubbleContentNode: ChatMessageBubbleContent
|
||||
}
|
||||
for attribute in webpage.attributes {
|
||||
if case let .stickerPack(stickerPack) = attribute, !stickerPack.files.isEmpty {
|
||||
mediaAndFlags = (stickerPack.files, .preferMediaInline)
|
||||
mediaAndFlags = (stickerPack.files, [.preferMediaInline, .stickerPack])
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user