forked from AkkomaGang/akkoma
Use original status id instead of announce id
This commit is contained in:
parent
aee49724f5
commit
54ccbd8479
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ def handle_incoming(
|
|||
def handle_incoming(
|
||||
%{
|
||||
"type" => "Undo",
|
||||
"object" => %{"type" => "Announce", "id" => object_id},
|
||||
"object" => %{"type" => "Announce", "object" => object_id},
|
||||
"actor" => actor,
|
||||
"id" => id
|
||||
} = data
|
||||
|
|
Loading…
Reference in a new issue