send channel wide push notification type when at-here is used (#9209)
Этот коммит содержится в:
коммит произвёл
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,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user