mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-09 09:35:00 +09:00
GO-4727: Add IncludeBoundary to GetMessages
This commit is contained in:
parent
3bf0d4ae96
commit
c2a66f2229
5 changed files with 1193 additions and 1139 deletions
|
@ -7902,6 +7902,7 @@ message Rpc {
|
|||
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;
|
||||
bool includeBoundary = 5; // If true, include a message at the boundary (afterOrderId or beforeOrderId)
|
||||
}
|
||||
|
||||
message Response {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue