ios: add contactNotReady error type (#304)

This commit is contained in:
Efim Poberezkin
2022-02-14 21:52:01 +04:00
committed by GitHub
parent 44d8b549c4
commit fdf312d9e1

View File

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