From ba0cbe723be7adcfa7b5a43e50b3932f8c7a929f Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Mon, 23 Nov 2015 12:14:50 -0800 Subject: Disabling the all mention --- api/post.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'api/post.go') diff --git a/api/post.go b/api/post.go index ca99eb15b..88d0127d3 100644 --- a/api/post.go +++ b/api/post.go @@ -407,9 +407,9 @@ func sendNotificationsAndForget(c *Context, post *model.Post, team *model.Team, } // Add @all to keywords if user has them turned on - if profile.NotifyProps["all"] == "true" { - keywordMap["@all"] = append(keywordMap["@all"], profile.Id) - } + // 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