Skip to content
Snippets Groups Projects
Commit f40562b4 authored by sxsdv1's avatar sxsdv1
Browse files

Respond with full activity to outbox post

parent 1e781715
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment