коммит произвёл
GitHub
родитель
069049db03
Коммит
e599a6cbf3
@@ -113,7 +113,7 @@ func (a *App) sendNotificationEmail(c request.CTX, notification *PostNotificatio
|
||||
return errors.Wrap(err, "unable to render the email notification template")
|
||||
}
|
||||
|
||||
templateString := "<%s@mattermost.com>"
|
||||
templateString := "<%s@" + utils.GetHostnameFromSiteURL(a.GetSiteURL()) + ">"
|
||||
messageID := ""
|
||||
inReplyTo := ""
|
||||
references := ""
|
||||
|
||||
Ссылка в новой задаче
Block a user