mirror of
https://github.com/go-gitea/gitea
synced 2025-08-04 08:38:37 +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