summaryrefslogtreecommitdiffstats
path: root/app/app.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.go')
-rw-r--r--app/app.go7
1 files changed, 4 insertions, 3 deletions
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
}