mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Remove edit on permanent invite links
This commit is contained in:
parent
4313ac50bc
commit
c526024286
1 changed files with 1 additions and 1 deletions
|
|
@ -656,7 +656,7 @@ public final class InviteLinkViewController: ViewController {
|
|||
}
|
||||
})
|
||||
|
||||
if invite.isRevoked {
|
||||
if invite.isPermanent || invite.isRevoked {
|
||||
self.editButton.isHidden = true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue