summaryrefslogtreecommitdiffstats
path: root/app/notification.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/notification.go')
-rw-r--r--app/notification.go2
1 files changed, 1 insertions, 1 deletions
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,
)
}