diff options
author | Hakaba Hitoyo <example@example.com> | 2018-05-26 14:10:12 +0900 |
---|---|---|
committer | Hakaba Hitoyo <example@example.com> | 2018-05-26 14:10:12 +0900 |
commit | e90b734f1c41c13e08b7461f5bfb42745ea7ba08 (patch) | |
tree | b8a6edc8b50b6596a52b034d6dd5e6f9b430a28e | |
parent | 9c7da2ef4834729bd6bff21063bf81c7be5f1635 (diff) | |
download | pleroma-e90b734f1c41c13e08b7461f5bfb42745ea7ba08.tar.gz |
debug
-rw-r--r-- | lib/pleroma/web/activity_pub/views/user_view.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/activity_pub/views/user_view.ex b/lib/pleroma/web/activity_pub/views/user_view.ex index 011ae18a3..719bd128b 100644 --- a/lib/pleroma/web/activity_pub/views/user_view.ex +++ b/lib/pleroma/web/activity_pub/views/user_view.ex @@ -108,7 +108,7 @@ defmodule Pleroma.Web.ActivityPub.UserView do params end - activities = ActivityPub.fetch_public_activities(user, nil, params) + activities = ActivityPub.fetch_user_activities(user, nil, params) min_id = Enum.at(Enum.reverse(activities), 0).id max_id = Enum.at(activities, 0).id |