core: add grop member role "observer" (#1868)

* core: add grop member role "observer"

* disable observer role until supported by most clients
This commit is contained in:
Evgeny Poberezkin
2023-02-01 13:57:39 +00:00
committed by GitHub
parent bd4c10b224
commit b206868730
5 changed files with 105 additions and 56 deletions
+1 -1
View File
@@ -657,7 +657,7 @@ data ChatErrorType
| CEContactNotReady {contact :: Contact}
| CEContactDisabled {contact :: Contact}
| CEConnectionDisabled {connection :: Connection}
| CEGroupUserRole
| CEGroupUserRole {requiredRole :: GroupMemberRole}
| CEContactIncognitoCantInvite
| CEGroupIncognitoCantInvite
| CEGroupContactRole {contactName :: ContactName}