Filter bots out of notifications for members not in channel (#11655)

Этот коммит содержится в:
jfrerich
2019-07-17 20:12:29 -05:00
коммит произвёл Christopher Poile
родитель aef5ef4ed0
Коммит a35adb3ae1
3 изменённых файлов: 18 добавлений и 3 удалений

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

@@ -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() {