Improve issue mail content
This commit is contained in:
parent
b0e7dd6864
commit
d9005ee970
7 changed files with 68 additions and 58 deletions
|
@ -513,6 +513,7 @@ func NotifyWatchers(act *Action) error {
|
|||
continue
|
||||
}
|
||||
|
||||
act.Id = 0
|
||||
act.UserId = watches[i].UserId
|
||||
if _, err = orm.InsertOne(act); err != nil {
|
||||
return errors.New("repo.NotifyWatchers(create action): " + err.Error())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue