summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2017-08-25 10:24:52 -0400
committerGitHub <noreply@github.com>2017-08-25 10:24:52 -0400
commit086365fb84e1d8096993756b79558bc204b1df2e (patch)
tree566396508513df8b09de521a533d0331fd18efbd /utils
parenta360ac6dbdf3d2487d12bc4435624a5227aeb845 (diff)
downloadchat-086365fb84e1d8096993756b79558bc204b1df2e.tar.gz
chat-086365fb84e1d8096993756b79558bc204b1df2e.tar.bz2
chat-086365fb84e1d8096993756b79558bc204b1df2e.zip
PLT-7417/PLT-7425 (#7278)
PLT-7417/PLT-7425 Update config.json defaults and removed admin console link settings
Diffstat (limited to 'utils')
-rw-r--r--utils/config.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/config.go b/utils/config.go
index af15c5e93..54d768f64 100644
--- a/utils/config.go
+++ b/utils/config.go
@@ -471,9 +471,6 @@ func getClientConfig(c *model.Config) map[string]string {
props["AboutLink"] = *c.SupportSettings.AboutLink
props["HelpLink"] = *c.SupportSettings.HelpLink
props["ReportAProblemLink"] = *c.SupportSettings.ReportAProblemLink
- props["AdministratorsGuideLink"] = *c.SupportSettings.AdministratorsGuideLink
- props["TroubleshootingForumLink"] = *c.SupportSettings.TroubleshootingForumLink
- props["CommercialSupportLink"] = *c.SupportSettings.CommercialSupportLink
props["SupportEmail"] = *c.SupportSettings.SupportEmail
props["EnableFileAttachments"] = strconv.FormatBool(*c.FileSettings.EnableFileAttachments)