Fix if clause in activity_pub user_view

stable
href 6 years ago
parent 28bfb09b01
commit f753043ce0
No known key found for this signature in database
GPG Key ID: EE8296C1A152C325

@ -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

Loading…
Cancel
Save