Respond with full activity to outbox post

stable
sxsdv1 6 years ago
parent 1e781715c8
commit f40562b4e1

@ -195,7 +195,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubController do
conn
|> put_status(:created)
|> put_resp_header("location", activity.data["id"])
|> json(%{"id" => activity.data["id"]})
|> json(activity.data)
end
else
conn

Loading…
Cancel
Save