|
|
@@ -333,7 +333,7 @@ func (a *actionNotifier) NotifySyncDeleteRef(doer *models.User, repo *models.Rep |
|
|
|
|
|
|
|
func (a *actionNotifier) NotifyOtherTask(doer *models.User, repo *models.Repository, id string, name string, optype models.ActionType) { |
|
|
|
if err := models.NotifyWatchers(&models.Action{ |
|
|
|
ActUserID: repo.OwnerID, |
|
|
|
ActUserID: doer.ID, |
|
|
|
ActUser: doer, |
|
|
|
OpType: optype, |
|
|
|
RepoID: repo.ID, |
|
|
|