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:
parent
a02c8f9d20
commit
8b59fc1ad7
7 changed files with 1470 additions and 1372 deletions
2773
pb/commands.pb.go
2773
pb/commands.pb.go
File diff suppressed because it is too large
Load diff
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue