From f3825ba766625806e0776a17146ca5fff372612e Mon Sep 17 00:00:00 2001 From: David Lu Date: Sat, 4 Jun 2016 11:21:50 -0700 Subject: PLT-2994 Added @all (#3233) * Added @all * Uncomment @all server side --- api/post.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'api/post.go') diff --git a/api/post.go b/api/post.go index cf83c4d0d..937628e0a 100644 --- a/api/post.go +++ b/api/post.go @@ -536,10 +536,10 @@ func sendNotifications(c *Context, post *model.Post, team *model.Team, channel * keywordMap[profile.FirstName] = append(keywordMap[profile.FirstName], profile.Id) } - // Add @all to keywords if user has them turned on - // if profile.NotifyProps["all"] == "true" { - // keywordMap["@all"] = append(keywordMap["@all"], profile.Id) - // } + //Add @all to keywords if user has them turned on + if profile.NotifyProps["all"] == "true" { + keywordMap["@all"] = append(keywordMap["@all"], profile.Id) + } // Add @channel to keywords if user has them turned on if profile.NotifyProps["channel"] == "true" { -- cgit v1.2.3-1-g7c22