diff --git a/pkg/plug/algorithm.go b/pkg/plug/algorithm.go index c080abf..09ad768 100644 --- a/pkg/plug/algorithm.go +++ b/pkg/plug/algorithm.go @@ -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