mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 19:29:11 +00:00
Respond with full activity to outbox post
This commit is contained in:
parent
1e781715c8
commit
f40562b4e1
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubController do
|
||||||
conn
|
conn
|
||||||
|> put_status(:created)
|
|> put_status(:created)
|
||||||
|> put_resp_header("location", activity.data["id"])
|
|> put_resp_header("location", activity.data["id"])
|
||||||
|> json(%{"id" => activity.data["id"]})
|
|> json(activity.data)
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
conn
|
conn
|
||||||
|
|
Loading…
Reference in a new issue