mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Stories
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user