MM-28347 Enable custom emoji by default for new installs (#15560)

Этот коммит содержится в:
Harrison Healey
2020-09-24 10:28:27 -04:00
коммит произвёл GitHub
родитель e726b04268
Коммит e8a18ab6a6

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

@@ -618,7 +618,7 @@ func (s *ServiceSettings) SetDefaults(isUpdate bool) {
}
if s.EnableCustomEmoji == nil {
s.EnableCustomEmoji = NewBool(false)
s.EnableCustomEmoji = NewBool(true)
}
if s.EnableEmojiPicker == nil {