mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 11:23:48 +00:00
no message
This commit is contained in:
parent
d6da40772d
commit
62be78b330
@ -28,7 +28,7 @@ public extension TelegramChannel {
|
||||
return false
|
||||
}
|
||||
} else {
|
||||
if let adminRights = self.adminRights, adminRights.flags.contains(.canPostMessages) {
|
||||
if let _ = self.adminRights {
|
||||
return true
|
||||
}
|
||||
if let bannedRights = self.bannedRights, bannedRights.flags.contains(.banSendMessages) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user