1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00
This commit is contained in:
Unknown
2014-05-07 17:23:02 -04:00
parent 8b6766ecbe
commit e05b1385fb
4 changed files with 9 additions and 9 deletions

View File

@@ -121,7 +121,7 @@ func SendIssueNotifyMail(user, owner *models.User, repo *models.Repository, issu
tos := make([]string, 0, len(ws))
for i := range ws {
uid := ws[i].Uid
uid := ws[i].UserId
if user.Id == uid {
continue
}