Add deprecation info for resharing

Co-authored-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
mmattel
2024-03-15 10:25:03 +01:00
committed by Christian Richter
co-authored by Christian Richter
parent 63275b6c70
commit 72bba00e53
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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."`
}