mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Invite Links Fixes
This commit is contained in:
@@ -326,7 +326,7 @@ private func inviteLinkListControllerEntries(presentationData: PresentationData,
|
||||
hasLinks = true
|
||||
}
|
||||
|
||||
if hasLinks {
|
||||
if hasLinks || admin == nil {
|
||||
entries.append(.linksHeader(presentationData.theme, presentationData.strings.InviteLink_AdditionalLinks.uppercased()))
|
||||
}
|
||||
if admin == nil {
|
||||
|
||||
Reference in New Issue
Block a user