1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00

Add acl helpers

This commit is contained in:
mcrakhman 2024-01-09 19:00:30 +01:00
parent 180eb27c33
commit 6b6ba6c594
No known key found for this signature in database
GPG key ID: DED12CFEF5B8396B
8 changed files with 383 additions and 11 deletions

View file

@ -178,7 +178,7 @@ message AclAddRecordResponse {
bytes payload = 2;
}
// AclGetRecordsRequest can optionally contain the last known aclHeal, the server will return only new records or an empty list if there are no new records.
// AclGetRecordsRequest can optionally contain the last known aclHead, the server will return only new records or an empty list if there are no new records.
// If aclHead is not provided the whole list will be returned.
message AclGetRecordsRequest {
string spaceId = 1;