Use original status id instead of announce id

This commit is contained in:
Francis Dinh 2018-05-13 03:42:31 -04:00
parent aee49724f5
commit 54ccbd8479
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier do
def handle_incoming(
%{
"type" => "Undo",
"object" => %{"type" => "Announce", "id" => object_id},
"object" => %{"type" => "Announce", "object" => object_id},
"actor" => actor,
"id" => id
} = data