mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
HLS video improvements
This commit is contained in:
@@ -1022,7 +1022,7 @@ final class VideoChatScreenComponent: Component {
|
||||
if case let .channel(channel) = self.peer, case .broadcast = channel.info {
|
||||
displayEvent = false
|
||||
}
|
||||
if members.totalCount < 250 {
|
||||
if members.totalCount < 40 {
|
||||
displayEvent = true
|
||||
} else if event.peer.isVerified {
|
||||
displayEvent = true
|
||||
|
||||
Reference in New Issue
Block a user