mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2024-12-25 09:15:35 +01:00
Apply suggestion to lib/pleroma/web/controller_helper.ex
This commit is contained in:
parent
86fec45f40
commit
5e44e9d698
@ -76,7 +76,7 @@ defmodule Pleroma.Web.ControllerHelper 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
|
||||
|
Loading…
Reference in New Issue
Block a user