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
Branches
Tags
No related merge requests found
......@@ -239,6 +239,8 @@ defmodule Pleroma.Web.ActivityPub.UserView do
if offset < total do
Map.put(map, "next", "#{iri}?page=#{page + 1}")
else
map
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment