Completely remove "edition" from capabilities

This removes the "edition" value for the capabilities. We don't need that
anymore.
This commit is contained in:
Ralf Haferkamp
2025-03-19 15:34:38 +01:00
parent 492dee61e8
commit 0c2da6e8fd
11 changed files with 1 additions and 52 deletions
-1
View File
@@ -77,7 +77,6 @@ func Server(cfg *config.Config) *cli.Command {
ocdav.Product(cfg.Status.Product),
ocdav.Version(cfg.Status.Version),
ocdav.VersionString(cfg.Status.VersionString),
ocdav.Edition(cfg.Status.Edition),
ocdav.MachineAuthAPIKey(cfg.MachineAuthAPIKey),
ocdav.Broker(broker.NoOp{}),
// ocdav.FavoriteManager() // FIXME needs a proper persistence implementation https://github.com/owncloud/ocis/issues/1228