aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/mastodon_api/controllers
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2019-11-18 16:56:25 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2019-11-18 16:56:47 +0300
commit0937895182f167966872a3347098f78efe23dde9 (patch)
tree2ddef350cc4b9ab99458b48bb12fc5826c04b57f /lib/pleroma/web/mastodon_api/controllers
parent9da4c88b49b4ccdc1eac90e04e9d8948fd943f37 (diff)
downloadpleroma-0937895182f167966872a3347098f78efe23dde9.tar.gz
updated fetch_favorites
Diffstat (limited to 'lib/pleroma/web/mastodon_api/controllers')
-rw-r--r--lib/pleroma/web/mastodon_api/controllers/status_controller.ex1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pleroma/web/mastodon_api/controllers/status_controller.ex b/lib/pleroma/web/mastodon_api/controllers/status_controller.ex
index e11bee383..1149fb469 100644
--- a/lib/pleroma/web/mastodon_api/controllers/status_controller.ex
+++ b/lib/pleroma/web/mastodon_api/controllers/status_controller.ex
@@ -348,7 +348,6 @@ defmodule Pleroma.Web.MastodonAPI.StatusController do
def favourites(%{assigns: %{user: user}} = conn, params) do
activities =
ActivityPub.fetch_favourites(
- [],
user,
Map.take(params, Pleroma.Pagination.page_keys())
)