Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
5e44e9d6
Commit
5e44e9d6
authored
Jun 10, 2020
by
lain
Browse files
Apply suggestion to lib/pleroma/web/controller_helper.ex
parent
86fec45f
Pipeline
#27076
passed with stages
in 14 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/pleroma/web/controller_helper.ex
View file @
5e44e9d6
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment