aboutsummaryrefslogtreecommitdiffstats
path: root/services/feed/action.go
diff options
context:
space:
mode:
Diffstat (limited to 'services/feed/action.go')
-rw-r--r--services/feed/action.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/feed/action.go b/services/feed/action.go
index 6bf1158cc9..83daaa1438 100644
--- a/services/feed/action.go
+++ b/services/feed/action.go
@@ -265,7 +265,7 @@ func (a *actionNotifier) PullRequestReview(ctx context.Context, pr *issues_model
actions = append(actions, action)
}
- if err := activities_model.NotifyWatchersActions(actions); err != nil {
+ if err := activities_model.NotifyWatchersActions(ctx, actions); err != nil {
log.Error("notify watchers '%d/%d': %v", review.Reviewer.ID, review.Issue.RepoID, err)
}
}