mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
WIP
This commit is contained in:
@@ -2127,7 +2127,7 @@ public func channelStatsController(
|
||||
}
|
||||
messagesPromise.set(.single(nil) |> then(messageView))
|
||||
|
||||
let storyList = PeerStoryListContext(account: context.account, peerId: peerId, isArchived: false)
|
||||
let storyList = PeerStoryListContext(account: context.account, peerId: peerId, isArchived: false, folderId: nil)
|
||||
storyList.loadMore()
|
||||
storiesPromise.set(
|
||||
.single(nil)
|
||||
|
||||
Reference in New Issue
Block a user