ios: adapted UserExists error (#1864)

* ios: adapted UserExists alert

* updated texts

* refactor

---------

Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
This commit is contained in:
Stanislav Dmitrenko
2023-01-31 15:55:41 +00:00
committed by GitHub
parent 13bd51b97d
commit f21fc76ced
4 changed files with 73 additions and 5 deletions
+1
View File
@@ -1078,6 +1078,7 @@ public enum ChatError: Decodable {
public enum ChatErrorType: Decodable {
case noActiveUser
case activeUserExists
case userExists
case differentActiveUser
case chatNotStarted
case invalidConnReq