summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-11-23 12:17:45 -0800
committer=Corey Hulen <corey@hulen.com>2015-11-23 12:17:45 -0800
commit2787fb09ced6b9af7a15f6eeeb60607f62208845 (patch)
tree4e0a1a082ab9ade27174e5595cbcd6e319ad9ba5
parentcf2048c1ec4616ba0d7a619da53bdc63d8daeae4 (diff)
downloadchat-2787fb09ced6b9af7a15f6eeeb60607f62208845.tar.gz
chat-2787fb09ced6b9af7a15f6eeeb60607f62208845.tar.bz2
chat-2787fb09ced6b9af7a15f6eeeb60607f62208845.zip
fixing typo
-rw-r--r--model/user.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/user.go b/model/user.go
index cd65206fb..77dc04a03 100644
--- a/model/user.go
+++ b/model/user.go
@@ -177,7 +177,7 @@ func (u *User) SetDefaultNotifications() {
u.NotifyProps["desktop_sound"] = "true"
u.NotifyProps["mention_keys"] = u.Username + ",@" + u.Username
u.NotifyProps["first_name"] = "false"
- u.NotifyProps["all"] = "false"
+ u.NotifyProps["all"] = "true"
u.NotifyProps["channel"] = "true"
splitName := strings.Split(u.Nickname, " ")
if len(splitName) > 0 && splitName[0] != "" {