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

WIP fix tests and key value

This commit is contained in:
Mikhail Rakhmanov 2025-04-11 22:31:55 +02:00
parent 5d2e7ce5fe
commit 21b0b9e835
No known key found for this signature in database
GPG key ID: DED12CFEF5B8396B
7 changed files with 152 additions and 32 deletions

View file

@ -232,7 +232,7 @@ message StoreKeyInner {
bytes peer = 1;
bytes identity = 2;
bytes value = 3;
int64 timestampMilli = 4;
int64 timestampMicro = 4;
string aclHeadId = 5;
string key = 6;
}