diff --git a/lib/philomena_web/comment_loader.ex b/lib/philomena_web/comment_loader.ex index 66f4fd86..542d9461 100644 --- a/lib/philomena_web/comment_loader.ex +++ b/lib/philomena_web/comment_loader.ex @@ -27,7 +27,6 @@ defmodule PhilomenaWeb.CommentLoader do |> where(image_id: ^image.id) |> filter_direction(comment.created_at, user) |> Repo.aggregate(:count, :id) - |> IO.inspect() page_size = conn.assigns.comment_scrivener[:page_size] diff --git a/lib/philomena_web/controllers/profile_controller.ex b/lib/philomena_web/controllers/profile_controller.ex index ae7b9421..65091802 100644 --- a/lib/philomena_web/controllers/profile_controller.ex +++ b/lib/philomena_web/controllers/profile_controller.ex @@ -123,7 +123,7 @@ defmodule PhilomenaWeb.ProfileController do statistics = calculate_statistics(user) interactions = - Interactions.user_interactions([recent_uploads, recent_faves], current_user) + Interactions.user_interactions([recent_uploads, recent_faves, recent_artwork], current_user) bans = Bans.User