Browse Source

#1249

update
pull/2933/head
chenyifan01 2 years ago
parent
commit
febd5f4359
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      modules/notification/action/action.go

+ 1
- 0
modules/notification/action/action.go View File

@@ -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),
}



Loading…
Cancel
Save