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

GO-5344: Rename all occurrences of databaseId to stateId

This commit is contained in:
Sergey 2025-04-02 17:41:47 +02:00
parent c2741a9bb7
commit d5f6ac2de3
No known key found for this signature in database
GPG key ID: 3B6BEF79160221C6
6 changed files with 1375 additions and 1375 deletions

File diff suppressed because it is too large Load diff

View file

@ -8321,7 +8321,7 @@ message Rpc {
string chatObjectId = 2; // id of the chat object
string afterOrderId = 3; // read from this orderId; if empty - read from the beginning of the chat
string beforeOrderId = 4; // read til this orderId
string lastDatabaseId = 5; // databaseId from the last processed ChatState event(or GetMessages). Used to prevent race conditions
string lastStateId = 5; // stateId from the last processed ChatState event(or GetMessages). Used to prevent race conditions
}
message Response {