From a54b255b168e560abde083994d99680fb97bfa7c Mon Sep 17 00:00:00 2001 From: Evgenii Kozlov Date: Thu, 1 Jun 2023 17:08:36 +0200 Subject: [PATCH] DROID-1350 Protocol | Enhancement | MW 0.26.3-rc1 (#9) --- protocol/src/main/proto/commands.proto | 2 ++ scripts/mw/update-mw.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/protocol/src/main/proto/commands.proto b/protocol/src/main/proto/commands.proto index 56fc1afc48..f464091a3c 100644 --- a/protocol/src/main/proto/commands.proto +++ b/protocol/src/main/proto/commands.proto @@ -1901,6 +1901,8 @@ message Rpc { UNKNOWN_ERROR = 2; BAD_INPUT = 3; ACCOUNT_IS_NOT_RUNNING = 4; + NO_OBJECTS_TO_IMPORT = 5; + IMPORT_IS_CANCELED = 6; } } } diff --git a/scripts/mw/update-mw.sh b/scripts/mw/update-mw.sh index 3fc5bb4775..3edb13d423 100755 --- a/scripts/mw/update-mw.sh +++ b/scripts/mw/update-mw.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -REPO="anytypeio/go-anytype-middleware" +REPO="anyproto/anytype-heart" FILE="lib.tar.gz" GITHUB="api.github.com"