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:
commit
00b39dea5d
2 changed files with 29 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue