mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
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:
committed by
GitHub
parent
bd4c10b224
commit
b206868730
@@ -657,7 +657,7 @@ data ChatErrorType
|
||||
| CEContactNotReady {contact :: Contact}
|
||||
| CEContactDisabled {contact :: Contact}
|
||||
| CEConnectionDisabled {connection :: Connection}
|
||||
| CEGroupUserRole
|
||||
| CEGroupUserRole {requiredRole :: GroupMemberRole}
|
||||
| CEContactIncognitoCantInvite
|
||||
| CEGroupIncognitoCantInvite
|
||||
| CEGroupContactRole {contactName :: ContactName}
|
||||
|
||||
Reference in New Issue
Block a user