Skip to content

Commit 76ad83f

Browse files
author
Gusted
authored
backport: use correct sender on title change (#17792)
1 parent 714ecd9 commit 76ad83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/notification/webhook/webhook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ func (m *webhookNotifier) NotifyIssueChangeTitle(doer *models.User, issue *model
212212
},
213213
Issue: convert.ToAPIIssue(issue),
214214
Repository: convert.ToRepo(issue.Repo, mode),
215-
Sender: convert.ToUser(issue.Poster, nil),
215+
Sender: convert.ToUser(doer, nil),
216216
})
217217
}
218218

0 commit comments

Comments
 (0)