This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
只实时发送公有库的action
tags/v1.22.1.1^2
ychao_1983
3 years ago
parent
827de27e6d
commit
bd8d9181d3
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
models/repo_watch.go
+ 3
- 1
models/repo_watch.go
View File
@@ -286,7 +286,9 @@ func NotifyWatchers(actions ...*Action) error {
func producer(actions ...*Action) {
for _, action := range actions {
ActionChan <- action
if !action.IsPrivate{
ActionChan <- action
}
}
}
Write
Preview
Loading…
Cancel
Save