From caaba62b236f565df0dd589908d3ea1368438bb5 Mon Sep 17 00:00:00 2001 From: Evgenii Kozlov Date: Wed, 23 Oct 2024 17:09:16 +0200 Subject: [PATCH] DROID-2983 Protocol | Enhancement | MW 0.36.2 (#1726) --- protocol/src/main/proto/localstore.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protocol/src/main/proto/localstore.proto b/protocol/src/main/proto/localstore.proto index 9a5a2c053c..3eeecb18b4 100644 --- a/protocol/src/main/proto/localstore.proto +++ b/protocol/src/main/proto/localstore.proto @@ -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; }