From 51ef72532b45ba10bec2c46499647e4fb7bcb5be Mon Sep 17 00:00:00 2001 From: Christian Richter <1058116+dragonchaser@users.noreply.github.com> Date: Fri, 5 Apr 2024 10:24:20 +0200 Subject: [PATCH] Update services/ocs/pkg/config/reva.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jörn Friedrich Dreyer --- services/ocs/pkg/config/reva.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/ocs/pkg/config/reva.go b/services/ocs/pkg/config/reva.go index d321c16a49..05e8d8c8d7 100644 --- a/services/ocs/pkg/config/reva.go +++ b/services/ocs/pkg/config/reva.go @@ -6,5 +6,5 @@ type TokenManager struct { } type API struct { - ShowUserEmailInResults bool `yaml:"show_email_in_results" env:"OCIS_SHOW_USER_EMAIL_IN_RESULTS" desc:"Mask user email addresses in responses." introductionVersion:"5.1"` + ShowUserEmailInResults bool `yaml:"show_email_in_results" env:"OCIS_SHOW_USER_EMAIL_IN_RESULTS" desc:"Mask user email addresses in responses. (EXPERIMENTAL)" introductionVersion:"5.1"` }