mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Voice Chat Improvements
This commit is contained in:
@@ -257,7 +257,7 @@ private struct ChannelBannedMemberControllerState: Equatable {
|
||||
var updating: Bool = false
|
||||
}
|
||||
|
||||
private func completeRights(_ flags: TelegramChatBannedRightsFlags) -> TelegramChatBannedRightsFlags {
|
||||
func completeRights(_ flags: TelegramChatBannedRightsFlags) -> TelegramChatBannedRightsFlags {
|
||||
var result = flags
|
||||
result.remove(.banReadMessages)
|
||||
if result.contains(.banSendGifs) {
|
||||
|
||||
Reference in New Issue
Block a user