diff options
author | Vincent Petry <vincent@nextcloud.com> | 2021-06-23 16:46:01 +0200 |
---|---|---|
committer | Vincent Petry <vincent@nextcloud.com> | 2021-06-29 14:39:51 +0200 |
commit | a6dc81d419c8719216c0f55b00918bebe786be63 (patch) | |
tree | afe5f7b0ffd974a1c4b292158c12e2e6995ca353 /apps/encryption/appinfo/info.xml | |
parent | 556f51efb41824fd3ae25620c58f8b48d06fc36d (diff) | |
download | nextcloud-server-a6dc81d419c8719216c0f55b00918bebe786be63.tar.gz nextcloud-server-a6dc81d419c8719216c0f55b00918bebe786be63.zip |
Downstream encryption:fix-encrypted-version
For fixing "Bad signature" errors.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'apps/encryption/appinfo/info.xml')
-rw-r--r-- | apps/encryption/appinfo/info.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml index 6a1453f7d6f..eaa28c111f8 100644 --- a/apps/encryption/appinfo/info.xml +++ b/apps/encryption/appinfo/info.xml @@ -45,6 +45,7 @@ <command>OCA\Encryption\Command\DisableMasterKey</command> <command>OCA\Encryption\Command\RecoverUser</command> <command>OCA\Encryption\Command\ScanLegacyFormat</command> + <command>OCA\Encryption\Command\FixEncryptedVersion</command> </commands> <settings> |