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:
commit
6ea0c4026d
75 changed files with 2885 additions and 1650 deletions
2310
pb/commands.pb.go
2310
pb/commands.pb.go
File diff suppressed because it is too large
Load diff
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue