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:
parent
c2741a9bb7
commit
d5f6ac2de3
6 changed files with 1375 additions and 1375 deletions
2722
pb/commands.pb.go
2722
pb/commands.pb.go
File diff suppressed because it is too large
Load diff
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue