1
0
Fork 0
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:
Sergey 2025-03-10 10:23:24 +01:00
parent 3bf0d4ae96
commit c2a66f2229
No known key found for this signature in database
GPG key ID: 3B6BEF79160221C6
5 changed files with 1193 additions and 1139 deletions

View file

@ -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 {