{Answer,Question}Validator: Keep both actor and attributedTo for now but sync them
This commit is contained in:
parent
c19bdc811e
commit
bfe2dafd39
6 changed files with 39 additions and 7 deletions
|
|
@ -120,6 +120,7 @@ defmodule Pleroma.Web.ActivityPub.Builder do
|
|||
%{
|
||||
"type" => "Answer",
|
||||
"actor" => user.ap_id,
|
||||
"attributedTo" => user.ap_id,
|
||||
"cc" => [object.data["actor"]],
|
||||
"to" => [],
|
||||
"name" => name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue