This commit is contained in:
Ali
2023-06-20 16:58:52 +03:00
parent 13d2dd15df
commit 13c6cf58c8
24 changed files with 372 additions and 36 deletions

View File

@@ -4508,6 +4508,10 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
guard let self else {
return
}
if let story = message.associatedStories[storyId], story.data.isEmpty {
return
}
let storyContent = SingleStoryContentContextImpl(context: self.context, storyId: storyId)
let _ = (storyContent.state
|> take(1)