Video improvements

This commit is contained in:
Isaac
2025-01-28 20:51:04 +04:00
parent 846e495d12
commit 3728be84cb
9 changed files with 465 additions and 119 deletions

View File

@@ -1439,7 +1439,8 @@ private final class ChatSendStarsScreenComponent: Component {
})
}
self.channelsForPublicReactionDisposable = (component.context.engine.peers.channelsForPublicReaction(useLocalCache: false)
//TODO:wip-release
/*self.channelsForPublicReactionDisposable = (component.context.engine.peers.channelsForPublicReaction(useLocalCache: false)
|> deliverOnMainQueue).startStrict(next: { [weak self] peers in
guard let self else {
return
@@ -1448,7 +1449,7 @@ private final class ChatSendStarsScreenComponent: Component {
self.channelsForPublicReaction = peers
self.state?.updated(transition: .immediate)
}
})
})*/
}
self.component = component