Always read single stories

This commit is contained in:
Ali
2023-07-16 20:23:32 +04:00
parent d182b6546e
commit fa4c77a171
3 changed files with 3 additions and 3 deletions

View File

@@ -4528,7 +4528,7 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
return
}
let storyContent = SingleStoryContentContextImpl(context: self.context, storyId: storyId, readGlobally: false)
let storyContent = SingleStoryContentContextImpl(context: self.context, storyId: storyId, readGlobally: true)
let _ = (storyContent.state
|> take(1)
|> deliverOnMainQueue).start(next: { [weak self] _ in