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

Merge main to feature branch

This commit is contained in:
kirillston 2024-12-16 23:41:32 +03:00
commit 6ea0c4026d
No known key found for this signature in database
GPG key ID: BE4BF014F0ECDFE8
75 changed files with 2885 additions and 1650 deletions

File diff suppressed because it is too large Load diff

View file

@ -2817,7 +2817,7 @@ message Rpc {
enum UseCase {
NONE = 0;
GET_STARTED = 1;
EMPTY = 6;
EMPTY = 2;
}
}
@ -7678,6 +7678,7 @@ message Rpc {
message GetMessages {
message Request {
string chatObjectId = 1;
string afterOrderId = 4; // OrderId of the message after which to get messages
string beforeOrderId = 2; // OrderId of the message before which to get messages
int32 limit = 3;
}