Browse Source

Respond with full activity to outbox post

tags/v0.9.9
sxsdv1 5 years ago
parent
commit
f40562b4e1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/pleroma/web/activity_pub/activity_pub_controller.ex

+ 1
- 1
lib/pleroma/web/activity_pub/activity_pub_controller.ex View File

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