Skip to content
Snippets Groups Projects
Verified Commit f753043c authored by href's avatar href
Browse files

Fix if clause in activity_pub user_view

parent 28bfb09b
No related branches found
No related tags found
No related merge requests found
...@@ -239,6 +239,8 @@ defmodule Pleroma.Web.ActivityPub.UserView do ...@@ -239,6 +239,8 @@ defmodule Pleroma.Web.ActivityPub.UserView do
if offset < total do if offset < total do
Map.put(map, "next", "#{iri}?page=#{page + 1}") Map.put(map, "next", "#{iri}?page=#{page + 1}")
else
map
end end
end end
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment