mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-09 09:35:00 +09:00
GO-4400 WIP new invite without approve logic
This commit is contained in:
parent
3097b3855b
commit
f610462beb
11 changed files with 759 additions and 661 deletions
File diff suppressed because it is too large
Load diff
|
@ -1207,6 +1207,7 @@ message InvitePayload {
|
|||
enum InviteType {
|
||||
JoinAsMember = 0; // aclKey contains the key to sign the ACL record
|
||||
JoinAsGuest = 1; // guestKey contains the privateKey of the guest user
|
||||
JoinAsMemberWithoutApprove = 2; // aclKey contains the key to sign the ACL record and decrypt the read key
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue