mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 21:45:19 +00:00
Fix build
This commit is contained in:
parent
d9b74ac33a
commit
e54230f42c
@ -1521,7 +1521,7 @@ public final class PeerInfoStoryPaneNode: ASDisplayNode, PeerInfoPaneNode, ASScr
|
||||
if let listContext {
|
||||
self.listSource = listContext
|
||||
} else if let searchQuery {
|
||||
self.listSource = SearchStoryListContext(account: context.account, query: searchQuery)
|
||||
self.listSource = SearchStoryListContext(account: context.account, source: .hashtag(searchQuery))
|
||||
} else {
|
||||
self.listSource = PeerStoryListContext(account: context.account, peerId: peerId ?? context.account.peerId, isArchived: self.isArchive)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user