Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios

This commit is contained in:
Ilya Laktyushin
2023-06-20 18:05:27 +04:00
92 changed files with 1860 additions and 656 deletions

View File

@@ -229,7 +229,7 @@ final class ContactsControllerNode: ASDisplayNode, UIGestureRecognizerDelegate {
return self.contentScrollingEnded(listView: listView)
}
self.storySubscriptionsDisposable = (self.context.engine.messages.storySubscriptions(includeHidden: true)
self.storySubscriptionsDisposable = (self.context.engine.messages.storySubscriptions(isHidden: true)
|> deliverOnMainQueue).start(next: { [weak self] storySubscriptions in
guard let self else {
return
@@ -403,6 +403,8 @@ final class ContactsControllerNode: ASDisplayNode, UIGestureRecognizerDelegate {
uploadProgress: nil,
tabsNode: tabsNode,
tabsNodeIsSearch: tabsNodeIsSearch,
accessoryPanelContainer: nil,
accessoryPanelContainerHeight: 0.0,
activateSearch: { [weak self] searchContentNode in
guard let self else {
return