From 6d8140337ef0f68f5177988f3c87bba5e4946399 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Mon, 18 Jun 2018 12:39:22 -0400 Subject: MM-8701 Limit the number of client config fields sent before user logs in (#8954) * MM-8701 Limit the number of client config fields sent before user logs in * Fixed missing client config field * Reduced duplication between limited and regular client config --- app/app.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'app/app.go') diff --git a/app/app.go b/app/app.go index d97c6c385..3f70974cf 100644 --- a/app/app.go +++ b/app/app.go @@ -90,9 +90,10 @@ type App struct { pluginCommands []*PluginCommand pluginCommandsLock sync.RWMutex - clientConfig map[string]string - clientConfigHash string - diagnosticId string + clientConfig map[string]string + clientConfigHash string + limitedClientConfig map[string]string + diagnosticId string phase2PermissionsMigrationComplete bool } -- cgit v1.2.3-1-g7c22