mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Various UI fixes
This commit is contained in:
@@ -380,7 +380,7 @@ private func channelAdminsControllerEntries(presentationData: PresentationData,
|
||||
switch participant.participant {
|
||||
case .creator:
|
||||
canEdit = false
|
||||
canOpen = false
|
||||
canOpen = isGroup && peer.flags.contains(.isCreator)
|
||||
case let .member(id, _, adminInfo, _, _):
|
||||
if id == accountPeerId {
|
||||
canEdit = false
|
||||
|
||||
Reference in New Issue
Block a user