fix (#18793)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
65c670a4c9
Коммит
c603b1b989
@@ -175,7 +175,7 @@ func (a *App) getPushNotificationMessage(contentsConfig, postMessage string, exp
|
||||
}
|
||||
|
||||
if contentsConfig == model.FullNotification {
|
||||
if channelType == model.ChannelTypeDirect {
|
||||
if channelType == model.ChannelTypeDirect && replyToThreadType != model.CommentsNotifyCRT {
|
||||
return model.ClearMentionTags(postMessage)
|
||||
}
|
||||
return senderName + ": " + model.ClearMentionTags(postMessage)
|
||||
|
||||
Ссылка в новой задаче
Block a user