mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
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:
committed by
GitHub
parent
13bd51b97d
commit
f21fc76ced
@@ -1078,6 +1078,7 @@ public enum ChatError: Decodable {
|
||||
public enum ChatErrorType: Decodable {
|
||||
case noActiveUser
|
||||
case activeUserExists
|
||||
case userExists
|
||||
case differentActiveUser
|
||||
case chatNotStarted
|
||||
case invalidConnReq
|
||||
|
||||
Reference in New Issue
Block a user