New and generic scrape algorithm #11
@ -62,6 +62,9 @@ func algorithm(ctx context.Context, plugInterface Plug, userSource models.UserSo
|
||||
return taskSummery, err
|
||||
}
|
||||
|
||||
userSource.UserID = models.UserID(profile.UserID)
|
||||
userSource.AccountUsername = profile.UserName
|
||||
|
||||
nextPage := ""
|
||||
var newPosts []models.Post
|
||||
var anthroveFaves []models.UserFavorite
|
||||
|
Loading…
Reference in New Issue
Block a user