Merge commit 'c474162cff04778f12bcaf22517306784026d0ac' into 189layer

This commit is contained in:
Ilya Laktyushin
2024-09-19 03:24:32 +04:00
161 changed files with 4689 additions and 2233 deletions

View File

@@ -235,7 +235,7 @@ public func universalServiceMessageString(presentationData: (PresentationTheme,
} else {
for attribute in file.attributes {
switch attribute {
case let .Video(_, _, flags, _, _):
case let .Video(_, _, flags, _, _, _):
if flags.contains(.instantRoundVideo) {
type = .round
} else {