MM-28347 Enable custom emoji by default for new installs (#15560)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
e726b04268
Коммит
e8a18ab6a6
@@ -618,7 +618,7 @@ func (s *ServiceSettings) SetDefaults(isUpdate bool) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if s.EnableCustomEmoji == nil {
|
if s.EnableCustomEmoji == nil {
|
||||||
s.EnableCustomEmoji = NewBool(false)
|
s.EnableCustomEmoji = NewBool(true)
|
||||||
}
|
}
|
||||||
|
|
||||||
if s.EnableEmojiPicker == nil {
|
if s.EnableEmojiPicker == nil {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user