fixing typo
Этот коммит содержится в:
@@ -177,7 +177,7 @@ func (u *User) SetDefaultNotifications() {
|
|||||||
u.NotifyProps["desktop_sound"] = "true"
|
u.NotifyProps["desktop_sound"] = "true"
|
||||||
u.NotifyProps["mention_keys"] = u.Username + ",@" + u.Username
|
u.NotifyProps["mention_keys"] = u.Username + ",@" + u.Username
|
||||||
u.NotifyProps["first_name"] = "false"
|
u.NotifyProps["first_name"] = "false"
|
||||||
u.NotifyProps["all"] = "all"
|
u.NotifyProps["all"] = "false"
|
||||||
u.NotifyProps["channel"] = "true"
|
u.NotifyProps["channel"] = "true"
|
||||||
splitName := strings.Split(u.Nickname, " ")
|
splitName := strings.Split(u.Nickname, " ")
|
||||||
if len(splitName) > 0 && splitName[0] != "" {
|
if len(splitName) > 0 && splitName[0] != "" {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user