mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Prompt the user when the invited MatrixId is not recognized
This commit is contained in:
+2
@@ -23,6 +23,8 @@ protocol ContactsPickerViewModelCoordinatorDelegate: AnyObject {
|
||||
func contactsPickerViewModelDidEndInvite(_ viewModel: ContactsPickerViewModelProtocol)
|
||||
func contactsPickerViewModel(_ viewModel: ContactsPickerViewModelProtocol, inviteFailedWithError error: Error?)
|
||||
func contactsPickerViewModel(_ viewModel: ContactsPickerViewModelProtocol, display message: String, title: String, actions: [UIAlertAction])
|
||||
func contactsPickerViewModelDidStartValidatingUser(_ coordinator: ContactsPickerViewModelProtocol)
|
||||
func contactsPickerViewModelDidEndValidatingUser(_ coordinator: ContactsPickerViewModelProtocol)
|
||||
}
|
||||
|
||||
protocol ContactsPickerViewModelProtocol {
|
||||
|
||||
Reference in New Issue
Block a user