Fix inproper content being cached in report content

This commit is contained in:
tusooa 2023-02-03 15:38:08 -05:00
commit 08132002d2
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
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",