summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2017-04-05 13:08:15 +0100
committerChristopher Speller <crspeller@gmail.com>2017-04-05 08:08:15 -0400
commitaed407fc906aaf4f95ac8a3186a2b85b9eff1a3b (patch)
tree22ffd50510d35a64550321face9eba044203cd9a /cmd
parent06ac48b8c942e6bbd53543d6f80e1d58a1faa4f6 (diff)
downloadchat-aed407fc906aaf4f95ac8a3186a2b85b9eff1a3b.tar.gz
chat-aed407fc906aaf4f95ac8a3186a2b85b9eff1a3b.tar.bz2
chat-aed407fc906aaf4f95ac8a3186a2b85b9eff1a3b.zip
PLT-6207: Fix EE policy application. (#5988)
Diffstat (limited to 'cmd')
-rw-r--r--cmd/platform/server.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/platform/server.go b/cmd/platform/server.go
index 317129354..855cde19a 100644
--- a/cmd/platform/server.go
+++ b/cmd/platform/server.go
@@ -82,6 +82,8 @@ func runServer(configFileLocation string) {
utils.Cfg.TeamSettings.MaxNotificationsPerChannel = &MaxNotificationsPerChannelDefault
}
+ app.ReloadConfig()
+
resetStatuses()
app.StartServer()