From dbcf8572e5af1c0c244850627437d97616098740 Mon Sep 17 00:00:00 2001 From: David Lu Date: Wed, 15 Jun 2016 05:13:47 -0700 Subject: Fixed @all not working as intended (#3335) --- model/user.go | 1 - 1 file changed, 1 deletion(-) (limited to 'model') diff --git a/model/user.go b/model/user.go index 77d04a9bc..6866dbbb8 100644 --- a/model/user.go +++ b/model/user.go @@ -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 == "" { -- cgit v1.2.3-1-g7c22