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

GO-4727 Merge branch 'main' of github.com:anyproto/anytype-heart into go-4727-local-counters-for-chat

This commit is contained in:
Sergey 2025-03-14 11:26:51 +01:00
commit 04aff3dabc
No known key found for this signature in database
GPG key ID: 3B6BEF79160221C6
51 changed files with 2379 additions and 1584 deletions

File diff suppressed because it is too large Load diff

View file

@ -1664,6 +1664,7 @@ message Rpc {
string spaceId = 4;
string objectTypeUniqueKey = 5;
bool withChat = 6;
bool createTypeWidgetIfMissing = 7; // experimental flag to auto-create type widget if missing
}
message Response {
@ -2841,6 +2842,7 @@ message Rpc {
bool noProgress = 11;
StateFilters linksStateFilters = 12;
bool includeBacklinks = 13;
bool includeSpace = 14;
}
message StateFilters {
repeated RelationsWhiteList relationsWhiteList = 1;
@ -3716,6 +3718,7 @@ message Rpc {
google.protobuf.Struct details = 7; // additional details for file object
anytype.model.ObjectOrigin origin = 8;
anytype.model.ImageKind imageKind = 9;
bool createTypeWidgetIfMissing = 10; // experimental flag to auto-create type widget if missing
}
message Response {