ios: add contactNotReady error type (#304)
This commit is contained in:
parent
44d8b549c4
commit
fdf312d9e1
@ -575,6 +575,7 @@ enum ChatErrorType: Decodable {
|
||||
case chatNotStarted
|
||||
case invalidConnReq
|
||||
case invalidChatMessage(message: String)
|
||||
case contactNotReady(contact: Contact)
|
||||
case contactGroups(contact: Contact, groupNames: [GroupName])
|
||||
case groupUserRole
|
||||
case groupContactRole(contactName: ContactName)
|
||||
|
Loading…
Reference in New Issue
Block a user