mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
Remove edit on permanent invite links
This commit is contained in:
parent
4313ac50bc
commit
c526024286
@ -656,7 +656,7 @@ public final class InviteLinkViewController: ViewController {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
if invite.isRevoked {
|
if invite.isPermanent || invite.isRevoked {
|
||||||
self.editButton.isHidden = true
|
self.editButton.isHidden = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user