Invite requests update

This commit is contained in:
Ilya Laktyushin
2021-10-08 19:56:49 +04:00
parent c649d0926f
commit 5114a1d068
14 changed files with 116 additions and 48 deletions

View File

@@ -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
}