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

KeyPeerId fixes

This commit is contained in:
Mikhail Rakhmanov 2025-04-04 11:45:07 +02:00
parent d5233fc418
commit 3def39b702
No known key found for this signature in database
GPG key ID: DED12CFEF5B8396B
6 changed files with 147 additions and 113 deletions

View file

@ -209,7 +209,7 @@ message StoreDiffResponse {
}
message StoreKeyValue {
string key = 1;
string keyPeerId = 1;
bytes value = 2;
bytes identitySignature = 3;
bytes peerSignature = 4;