mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-18 01:40:01 +00:00
Hotfix for review actions and notifications (#8965)
This commit is contained in:
@@ -135,6 +135,7 @@ func (r *Review) publish(e *xorm.Engine) error {
|
||||
Repo: review.Issue.Repo,
|
||||
Type: comm.Type,
|
||||
Content: comm.Content,
|
||||
Review: r,
|
||||
}, comm); err != nil {
|
||||
log.Warn("sendCreateCommentAction: %v", err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user