mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-04-09 20:44:08 +00:00
ok im just stupid
Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
parent
1fff1d0088
commit
9492825d0b
1 changed files with 1 additions and 2 deletions
|
@ -71,8 +71,7 @@ defmodule Pleroma.Web.ActivityPub.ObjectView do
|
|||
collection =
|
||||
Enum.map(replies, fn
|
||||
%{local: true} = activity ->
|
||||
{:ok, data} = Transmogrifier.prepare_outgoing(activity.data)
|
||||
data
|
||||
Transmogrifier.prepare_object(activity.object.data)
|
||||
|
||||
activity ->
|
||||
activity.object.data["id"]
|
||||
|
|
Loading…
Reference in a new issue