diff --git a/changelog/unreleased/enhancement-spaces-capability.md b/changelog/unreleased/enhancement-spaces-capability.md new file mode 100644 index 0000000000..ef775b5621 --- /dev/null +++ b/changelog/unreleased/enhancement-spaces-capability.md @@ -0,0 +1,6 @@ +Enhancement: Add spaces capability + +We've added the spaces capability with version 0.0.1 and enabled set to true. + +https://github.com/owncloud/ocis/pull/2930 +https://github.com/cs3org/reva/pull/2015 diff --git a/storage/pkg/command/frontend.go b/storage/pkg/command/frontend.go index f3b3d9f6f0..23d9f7121e 100644 --- a/storage/pkg/command/frontend.go +++ b/storage/pkg/command/frontend.go @@ -291,6 +291,10 @@ func frontendConfigFromStruct(c *cli.Context, cfg *config.Config, filesCfg map[s "incoming": true, }, }, + "spaces": map[string]interface{}{ + "version": "0.0.1", + "enabled": true, + }, }, "version": map[string]interface{}{ "edition": "reva",