Apply suggestion to lib/pleroma/web/controller_helper.ex

This commit is contained in:
lain 2020-06-10 18:56:46 +00:00
parent 86fec45f40
commit 5e44e9d698
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ defp build_pagination_fields(conn, min_id, max_id, extra_params) do
# This is because we only have ids present inside of the page, while
# `min_id`, `since_id` and `max_id` requires to know one outside of it.
if Map.take(conn.params, @id_keys) != [] do
Map.put(fields, "id", current_url(conn, conn.params))
Map.put(fields, "id", current_url(conn))
else
fields
end