Add deprecation info for resharing
Co-authored-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
committed by
Christian Richter
co-authored by
Christian Richter
parent
63275b6c70
commit
72bba00e53
@@ -151,5 +151,5 @@ type ServiceAccount struct {
|
||||
|
||||
// FilesSharing is the configuration for the files sharing
|
||||
type FilesSharing struct {
|
||||
EnableResharing bool `yaml:"enable_resharing" env:"OCIS_ENABLE_RESHARING;GRAPH_ENABLE_RESHARING" desc:"Changing this value is NOT supported. Enables the support for resharing." introductionVersion:"5.0"`
|
||||
EnableResharing bool `yaml:"enable_resharing" env:"OCIS_ENABLE_RESHARING;GRAPH_ENABLE_RESHARING" desc:"Changing this value is NOT supported. Enables the support for resharing." introductionVersion:"5.0" deprecationVersion:"5.0" deprecationInfo:"Resharing will be removed in the future."`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user