From b728b16f9083bf5c71e9c27ad074823e8e454b04 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Thu, 2 Aug 2018 09:40:46 -0400 Subject: [PATCH] send channel wide push notification type when at-here is used (#9209) --- app/notification.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/notification.go b/app/notification.go index 3a6d4696d0..5d31c27392 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, ) }