Merge branch 'tusooa/3059-report-fake-create-render' into 'develop'

Fix inproper content being cached in report content

Closes #3059

See merge request pleroma/pleroma!3836
This commit is contained in:
lain 2023-02-09 19:52:01 +00:00
commit 00b39dea5d
2 changed files with 29 additions and 1 deletions

View file

@ -31,7 +31,7 @@ defmodule Pleroma.Web.AdminAPI.Report do
defp make_fake_activity(act, user) do
%Activity{
id: "pleroma:fake",
id: "pleroma:fake:#{act["id"]}",
data: %{
"actor" => user.ap_id,
"type" => "Create",