connection precedence logic in getContact_ (fixes asynchronous establishment of connection) (#300)

This commit is contained in:
Efim Poberezkin
2022-02-14 18:49:42 +04:00
committed by GitHub
parent 8cf88019e5
commit 4419051347
4 changed files with 32 additions and 21 deletions
+1
View File
@@ -229,6 +229,7 @@ data ChatErrorType
| CEChatNotStarted
| CEInvalidConnReq
| CEInvalidChatMessage {message :: String}
| CEContactNotReady {contact :: Contact}
| CEContactGroups {contact :: Contact, groupNames :: [GroupName]}
| CEGroupUserRole
| CEGroupContactRole {contactName :: ContactName}