summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2023-02-09 19:52:01 +0000
committerlain <lain@soykaf.club>2023-02-09 19:52:01 +0000
commit00b39dea5d33a4595af1b63148b39c2bf335d4bc (patch)
tree4bc97f044383bcee023777f733c3793115e65552 /lib
parent755279e25370a2363ce767c5df16eedee4e9526f (diff)
parent08132002d2938ae15cd2d0f879ef10275a0013bd (diff)
downloadpleroma-00b39dea5d33a4595af1b63148b39c2bf335d4bc.tar.gz
pleroma-00b39dea5d33a4595af1b63148b39c2bf335d4bc.zip
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
Diffstat (limited to 'lib')
-rw-r--r--lib/pleroma/web/admin_api/report.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/admin_api/report.ex b/lib/pleroma/web/admin_api/report.ex
index c79bee27e..fa89e3405 100644
--- a/lib/pleroma/web/admin_api/report.ex
+++ b/lib/pleroma/web/admin_api/report.ex
@@ -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",