mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Invite requests update
This commit is contained in:
@@ -157,6 +157,8 @@ public final class JoinLinkPreviewController: ViewController {
|
||||
}
|
||||
case .tooMuchUsers:
|
||||
strongSelf.present(textAlertController(context: strongSelf.context, title: nil, text: strongSelf.presentationData.strings.Conversation_UsersTooMuchError, actions: [TextAlertAction(type: .defaultAction, title: strongSelf.presentationData.strings.Common_OK, action: {})]), in: .window(.root))
|
||||
case .requestSent:
|
||||
break
|
||||
case .generic:
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user