send channel wide push notification type when at-here is used (#9209)

Этот коммит содержится в:
Elias Nahum
2018-08-02 09:40:46 -04:00
коммит произвёл Harrison Healey
родитель c8013d4982
Коммит b728b16f90

Просмотреть файл

@@ -312,7 +312,7 @@ func (a *App) SendNotifications(post *model.Post, team *model.Team, channel *mod
sender, sender,
senderName, senderName,
mentionedUserIds[id], mentionedUserIds[id],
(channelNotification || allNotification), (channelNotification || hereNotification || allNotification),
replyToThreadType, replyToThreadType,
) )
} }