MM-29420: Adds missing access to the global relay config settings. (#16273)
Automatic Merge
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
5797d6ace3
Коммит
1b7f47fdc6
@@ -2734,7 +2734,7 @@ type MessageExportSettings struct {
|
|||||||
DownloadExportResults *bool `access:"compliance"`
|
DownloadExportResults *bool `access:"compliance"`
|
||||||
|
|
||||||
// formatter-specific settings - these are only expected to be non-nil if ExportFormat is set to the associated format
|
// 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() {
|
func (s *MessageExportSettings) SetDefaults() {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user