1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-09 09:35:00 +09:00

Merge main

This commit is contained in:
kirillston 2024-11-20 20:27:50 +01:00
commit 0363ec9e83
No known key found for this signature in database
GPG key ID: 88218A7F1109754B
64 changed files with 1219 additions and 1830 deletions

View file

@ -1811,7 +1811,7 @@ message Rpc {
repeated string keys = 7;
bool returnMeta = 8; // add ResultMeta to each result
bool returnMetaRelationDetails = 9; // add relation option details to meta
bool returnHTMLHighlightsInsteadOfRanges = 10;
bool returnHTMLHighlightsInsteadOfRanges = 10; //DEPRECATED
}
message Response {