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

GO-5296: Add dependencies to response

This commit is contained in:
Sergey 2025-04-28 15:28:56 +02:00
parent a02c8f9d20
commit 8b59fc1ad7
No known key found for this signature in database
GPG key ID: 3B6BEF79160221C6
7 changed files with 1470 additions and 1372 deletions

File diff suppressed because it is too large Load diff

View file

@ -8310,6 +8310,7 @@ message Rpc {
string chatObjectId = 2;
model.ChatMessage message = 3;
model.ChatState state = 4;
repeated google.protobuf.Struct dependencies = 5;
}
message Error {