logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/
commit: 4288e2780b87e31f7055795332db4b99ea640f3e
parent 03210f487dffd646b6bb627370be4b1784d8163d
Author: nicole mikołajczyk <git@mkljczk.pl>
Date:   Thu,  9 Oct 2025 15:16:02 +0200

Add changelog entry

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>

Diffstat:

Achangelog.d/replies-collection.add2++
Mlib/pleroma/web/activity_pub/views/object_view.ex4++--
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/changelog.d/replies-collection.add b/changelog.d/replies-collection.add @@ -0,0 +1 @@ +Provide full replies collection in ActivityPub objects +\ No newline at end of file diff --git a/lib/pleroma/web/activity_pub/views/object_view.ex b/lib/pleroma/web/activity_pub/views/object_view.ex @@ -6,10 +6,10 @@ defmodule Pleroma.Web.ActivityPub.ObjectView do use Pleroma.Web, :view alias Pleroma.Activity alias Pleroma.Object + alias Pleroma.Web.ActivityPub.ActivityPub alias Pleroma.Web.ActivityPub.CollectionViewHelper - alias Pleroma.Web.ControllerHelper alias Pleroma.Web.ActivityPub.Transmogrifier - alias Pleroma.Web.ActivityPub.ActivityPub + alias Pleroma.Web.ControllerHelper def render("object.json", %{object: %Object{} = object}) do base = Pleroma.Web.ActivityPub.Utils.make_json_ld_header(object.data)