Story covers

This commit is contained in:
Ilya Laktyushin
2024-07-19 17:43:17 +04:00
parent d8d68722ae
commit 3e448e833e
57 changed files with 1196 additions and 152 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 {