Skip to content
Snippets Groups Projects
Commit f7aedbcc authored by rinpatch's avatar rinpatch
Browse files

Merge branch 'fix/activitypub-user-view-badmap' into 'develop'

Fix if clause in activity_pub user_view

See merge request pleroma/pleroma!783
parents 3c08e20d f753043c
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment