1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-2983 Protocol | Enhancement | MW 0.36.2 (#1726)

This commit is contained in:
Evgenii Kozlov 2024-10-23 17:09:16 +02:00 committed by Evgenii Kozlov
parent c708958dcb
commit caaba62b23

View file

@ -60,7 +60,8 @@ message ObjectStoreChecksums {
int32 bundledObjects = 9; // anytypeProfile and maybe some others in the feature
int32 filestoreKeysForceReindexCounter = 10;
bool areOldFilesRemoved = 12;
bool areDeletedObjectsReindexed = 13;
bool areDeletedObjectsReindexed = 13; // DEPRECATED
int32 linksErase = 14;
int32 marketplaceForceReindexCounter = 15;
int32 reindexDeletedObjects = 16;
}