Filter bots out of notifications for members not in channel (#11655)
Этот коммит содержится в:
коммит произвёл
Christopher Poile
родитель
aef5ef4ed0
Коммит
a35adb3ae1
@@ -158,6 +158,7 @@ func (a *App) SendNotifications(post *model.Post, team *model.Team, channel *mod
|
||||
} else {
|
||||
outOfChannelMentions = channelMentions
|
||||
}
|
||||
outOfChannelMentions = outOfChannelMentions.FilterWithoutBots()
|
||||
|
||||
if channel.Type != model.CHANNEL_GROUP {
|
||||
a.Srv.Go(func() {
|
||||
|
||||
Ссылка в новой задаче
Block a user