mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2025-01-22 22:13:06 +00:00
Use original status id instead of announce id
This commit is contained in:
parent
aee49724f5
commit
54ccbd8479
|
@ -223,7 +223,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier do
|
||||||
def handle_incoming(
|
def handle_incoming(
|
||||||
%{
|
%{
|
||||||
"type" => "Undo",
|
"type" => "Undo",
|
||||||
"object" => %{"type" => "Announce", "id" => object_id},
|
"object" => %{"type" => "Announce", "object" => object_id},
|
||||||
"actor" => actor,
|
"actor" => actor,
|
||||||
"id" => id
|
"id" => id
|
||||||
} = data
|
} = data
|
||||||
|
|
Loading…
Reference in a new issue