[WIP] Stories

This commit is contained in:
Ali
2023-05-23 23:53:43 +04:00
parent d086a8f674
commit 969724de40
58 changed files with 2653 additions and 186 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 {