mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Comment improvements
This commit is contained in:
@@ -65,7 +65,7 @@ public func channelAdminIds(postbox: Postbox, network: Network, peerId: PeerId,
|
||||
switch participant {
|
||||
case let .channelParticipantAdmin(_, userId, _, _, _, _, _):
|
||||
return user.peerId.id == userId
|
||||
case let .channelParticipantCreator(_, userId, _):
|
||||
case let .channelParticipantCreator(_, userId, _, _):
|
||||
return user.peerId.id == userId
|
||||
default:
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user