Этот коммит содержится в:
Jesús Espino
2018-06-16 09:35:24 +02:00
коммит произвёл GitHub
родитель e38b18565e
Коммит f48d31c7a4
3 изменённых файлов: 6 добавлений и 9 удалений

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

@@ -198,7 +198,7 @@ func (a *App) sendBatchedEmailNotification(userId string, notifications []*batch
var user *model.User
if result := <-uchan; result.Err != nil {
mlog.Warn("api.email_batching.send_batched_email_notification.user.app_error")
mlog.Warn("Unable to find recipient for batched email notification")
return
} else {
user = result.Data.(*model.User)