Stars ref

This commit is contained in:
Isaac
2024-11-29 20:20:26 +04:00
parent 2a424340a3
commit 835ea7358b
9 changed files with 259 additions and 20 deletions

View File

@@ -798,7 +798,7 @@ public final class ChatMessageInteractiveMediaNode: ASDisplayNode, GalleryItemTr
var useInlineHLS = true
if let data = context.currentAppConfiguration.with({ $0 }).data {
if let value = data["ios_inline_hls"] as? Double {
if let value = data["ios_inline_hls_v2"] as? Double {
useInlineHLS = value != 0.0
}
}