mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
[WIP] Stories
This commit is contained in:
@@ -2136,6 +2136,10 @@ public final class ChatHistoryListNode: ListView, ChatHistoryNode {
|
||||
if message.associatedStories[story.storyId] == nil {
|
||||
storiesRequiredValidation = true
|
||||
}
|
||||
} else if let webpage = media as? TelegramMediaWebpage, case let .Loaded(content) = webpage.content, let story = content.story {
|
||||
if message.associatedStories[story.storyId] == nil {
|
||||
storiesRequiredValidation = true
|
||||
}
|
||||
}
|
||||
}
|
||||
if contentRequiredValidation {
|
||||
|
||||
Reference in New Issue
Block a user