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
063e6b9841
commit
c4f267b3be
|
@ -57,6 +57,7 @@ defmodule Pleroma.Web.ControllerHelper do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@id_keys Pagination.page_keys() -- ["limit", "order"]
|
||||||
defp build_pagination_fields(conn, min_id, max_id, extra_params) do
|
defp build_pagination_fields(conn, min_id, max_id, extra_params) do
|
||||||
params =
|
params =
|
||||||
conn.params
|
conn.params
|
||||||
|
|
Loading…
Reference in a new issue