Revert "Bump Go version to 1.23.6 (#30242)" (#30359)

This reverts commit acbbd4c58d.
Этот коммит содержится в:
Agniva De Sarker
2025-02-27 14:58:51 +05:30
коммит произвёл GitHub
родитель 690cbc9fa3
Коммит ac10bb12a5
23 изменённых файлов: 49 добавлений и 45 удалений

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

@@ -486,7 +486,7 @@ func (u *User) PreSave() *AppError {
u.Props = make(map[string]string)
}
if len(u.NotifyProps) == 0 {
if u.NotifyProps == nil || len(u.NotifyProps) == 0 {
u.SetDefaultNotifications()
}
@@ -536,7 +536,7 @@ func (u *User) PreUpdate() {
u.AuthData = nil
}
if len(u.NotifyProps) == 0 {
if u.NotifyProps == nil || len(u.NotifyProps) == 0 {
u.SetDefaultNotifications()
} else if _, ok := u.NotifyProps[MentionKeysNotifyProp]; ok {
// Remove any blank mention keys