|
|
@@ -367,6 +367,7 @@ func (t *actionNotifier) NotifyDatasetRecommend(optUser *models.User, dataset *m |
|
|
|
OpType: models.ActionDatasetRecommended, |
|
|
|
ActUserID: dataset.UserID, |
|
|
|
RepoID: dataset.RepoID, |
|
|
|
IsPrivate: false, |
|
|
|
Content: fmt.Sprintf("%d|%s", dataset.ID, dataset.Title), |
|
|
|
} |
|
|
|
|
|
|
|