Fixed @all not working as intended (#3335)

Этот коммит содержится в:
David Lu
2016-06-15 05:13:47 -07:00
коммит произвёл Joram Wilander
родитель ba77aefe02
Коммит dbcf8572e5
5 изменённых файлов: 5 добавлений и 46 удалений

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

@@ -208,7 +208,6 @@ func (u *User) SetDefaultNotifications() {
u.NotifyProps["desktop"] = USER_NOTIFY_ALL
u.NotifyProps["desktop_sound"] = "true"
u.NotifyProps["mention_keys"] = u.Username + ",@" + u.Username
u.NotifyProps["all"] = "true"
u.NotifyProps["channel"] = "true"
if u.FirstName == "" {