Add deprecation info for resharing

Co-authored-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
mmattel
2024-03-15 10:21:57 +01:00
parent ee1178dea5
commit f44e48e9e3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -152,5 +152,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."`
}