backport: use correct sender on title change (#17792)
This commit is contained in:
parent
714ecd9f1e
commit
76ad83f05e
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ func (m *webhookNotifier) NotifyIssueChangeTitle(doer *models.User, issue *model
|
|||
},
|
||||
Issue: convert.ToAPIIssue(issue),
|
||||
Repository: convert.ToRepo(issue.Repo, mode),
|
||||
Sender: convert.ToUser(issue.Poster, nil),
|
||||
Sender: convert.ToUser(doer, nil),
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue