forked from AkkomaGang/akkoma
Apply suggestion to lib/pleroma/web/controller_helper.ex
This commit is contained in:
parent
c4f267b3be
commit
be7c322865
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ defp build_pagination_fields(conn, min_id, max_id, extra_params) do
|
|||
conn.params
|
||||
|> Map.drop(Map.keys(conn.path_params))
|
||||
|> Map.merge(extra_params)
|
||||
|> Map.drop(Pagination.page_keys() -- ["limit", "order"])
|
||||
|> Map.drop(@id_keys)
|
||||
|
||||
fields = %{
|
||||
"next" => current_url(conn, Map.put(params, :max_id, max_id)),
|
||||
|
|
Loading…
Reference in a new issue