MM-29420: Adds missing access to the global relay config settings. (#16273)

Automatic Merge
Этот коммит содержится в:
Martin Kraft
2020-11-17 21:15:17 -05:00
коммит произвёл GitHub
родитель 5797d6ace3
Коммит 1b7f47fdc6

Просмотреть файл

@@ -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() {