1
0
Fork 0
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:
Mikhail Rakhmanov 2025-05-13 15:36:40 +02:00
parent 3097b3855b
commit f610462beb
No known key found for this signature in database
GPG key ID: DED12CFEF5B8396B
11 changed files with 759 additions and 661 deletions

File diff suppressed because it is too large Load diff

View file

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