We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255527b commit 2adf71cCopy full SHA for 2adf71c
services/feed/feed.go
@@ -21,7 +21,7 @@ func GetFeeds(ctx context.Context, opts activities_model.GetFeedsOptions) (activ
21
return activities_model.GetFeeds(ctx, opts)
22
}
23
24
-// NotifyWatchers creates batch of actions for every watcher.
+// notifyWatchers creates batch of actions for every watcher.
25
// It could insert duplicate actions for a repository action, like this:
26
// * Original action: UserID=1 (the real actor), ActUserID=1
27
// * Organization action: UserID=100 (the repo's org), ActUserID=1
0 commit comments