From dd82549f17f0ccfa6fa09665df57d648674aa577 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 11 Jul 2026 18:12:43 +0200 Subject: [PATCH] chore(config): disable icon changes by default We have recieved feedback from enterprise users who found this to be very unprofessional not not worthy of enterprise software. Therefore, we made the difficult decision to disable icon changes by default. We're looking into adding more clues that transport the same message but are less obvious. --- pkg/config/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/config/config.go b/pkg/config/config.go index 645c7299b..d49594671 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -368,7 +368,6 @@ func InitDefaultConfig() { ServiceEnableUserDeletion.setDefault(true) ServiceMaxAvatarSize.setDefault(1024) ServiceDemoMode.setDefault(false) - ServiceAllowIconChanges.setDefault(true) ServiceEnablePublicTeams.setDefault(false) ServiceBcryptRounds.setDefault(11) ServiceEnableOpenIDTeamUserOnlySearch.setDefault(false)