mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 18:17:55 +00:00
Apply suggestion to lib/pleroma/web/controller_helper.ex
This commit is contained in:
parent
be7c322865
commit
b4c50be9df
|
@ -75,7 +75,7 @@ defmodule Pleroma.Web.ControllerHelper do
|
||||||
# instead of the `q.id > ^min_id` and `q.id < ^max_id`.
|
# instead of the `q.id > ^min_id` and `q.id < ^max_id`.
|
||||||
# This is because we only have ids present inside of the page, while
|
# 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.
|
# `min_id`, `since_id` and `max_id` requires to know one outside of it.
|
||||||
if Map.take(conn.params, Pagination.page_keys() -- ["limit", "order"]) != [] do
|
if Map.take(conn.params, @id_keys) != %{} do
|
||||||
Map.put(fields, "id", current_url(conn, conn.params))
|
Map.put(fields, "id", current_url(conn, conn.params))
|
||||||
else
|
else
|
||||||
fields
|
fields
|
||||||
|
|
Loading…
Reference in a new issue