mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-25 02:48:37 -04:00
Update config.go
This commit is contained in:
parent
a31096a395
commit
f71527f0b1
1 changed files with 0 additions and 4 deletions
|
|
@ -1218,7 +1218,6 @@ type ExperimentalSettings struct {
|
|||
UsersStatusAndProfileFetchingPollIntervalMilliseconds *int64 `access:"experimental_features"`
|
||||
YoutubeReferrerPolicy *bool `access:"experimental_features"`
|
||||
ExperimentalChannelCategorySorting *bool `access:"experimental_features"`
|
||||
EnableWatermark *bool `access:"experimental_features"`
|
||||
}
|
||||
|
||||
func (s *ExperimentalSettings) SetDefaults() {
|
||||
|
|
@ -1270,9 +1269,6 @@ func (s *ExperimentalSettings) SetDefaults() {
|
|||
s.ExperimentalChannelCategorySorting = NewPointer(false)
|
||||
}
|
||||
|
||||
if s.EnableWatermark == nil {
|
||||
s.EnableWatermark = NewPointer(false)
|
||||
}
|
||||
}
|
||||
|
||||
type AnalyticsSettings struct {
|
||||
|
|
|
|||
Loading…
Reference in a new issue