From b728b16f9083bf5c71e9c27ad074823e8e454b04 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Thu, 2 Aug 2018 09:40:46 -0400 Subject: send channel wide push notification type when at-here is used (#9209) --- app/notification.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/notification.go') diff --git a/app/notification.go b/app/notification.go index 3a6d4696d..5d31c2739 100644 --- a/app/notification.go +++ b/app/notification.go @@ -312,7 +312,7 @@ func (a *App) SendNotifications(post *model.Post, team *model.Team, channel *mod sender, senderName, mentionedUserIds[id], - (channelNotification || allNotification), + (channelNotification || hereNotification || allNotification), replyToThreadType, ) } -- cgit v1.2.3-1-g7c22