1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-11 18:20:33 +09:00

GO-4727 ReadMessages: get the last added msg before orderId and lastDbState

This commit is contained in:
Roman Khafizianov 2025-01-30 12:58:55 +01:00
parent d2ee7ba8ef
commit f35c0527e5
No known key found for this signature in database
GPG key ID: F07A7D55A2684852
5 changed files with 1267 additions and 1250 deletions

View file

@ -22668,7 +22668,8 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er
| ---- | ------ | ----------- |
| NULL | 0 | |
| UNKNOWN_ERROR | 1 | |
| BAD_INPUT | 2 | ... |
| BAD_INPUT | 2 | |
| MESSAGES_NOT_FOUND | 100 | chat is empty or invalid beforeOrderId/lastDbState |