summaryrefslogtreecommitdiffstats
path: root/model
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-06-15 05:13:47 -0700
committerJoram Wilander <jwawilander@gmail.com>2016-06-15 08:13:47 -0400
commitdbcf8572e5af1c0c244850627437d97616098740 (patch)
tree6d87e79abc0322fa53cad805d3edeb7d707fec0f /model
parentba77aefe02159325752cfa79210f5e4b5fcef77e (diff)
downloadchat-dbcf8572e5af1c0c244850627437d97616098740.tar.gz
chat-dbcf8572e5af1c0c244850627437d97616098740.tar.bz2
chat-dbcf8572e5af1c0c244850627437d97616098740.zip
Fixed @all not working as intended (#3335)
Diffstat (limited to 'model')
-rw-r--r--model/user.go1
1 files changed, 0 insertions, 1 deletions
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 == "" {