diff --git a/model/config.go b/model/config.go index 0d2631ba33..68cb82976d 100644 --- a/model/config.go +++ b/model/config.go @@ -2734,7 +2734,7 @@ type MessageExportSettings struct { DownloadExportResults *bool `access:"compliance"` // formatter-specific settings - these are only expected to be non-nil if ExportFormat is set to the associated format - GlobalRelaySettings *GlobalRelayMessageExportSettings + GlobalRelaySettings *GlobalRelayMessageExportSettings `access:"compliance"` } func (s *MessageExportSettings) SetDefaults() {