Add actor to objects.
This commit is contained in:
parent
d2bf099ae6
commit
1ccbe562c9
2 changed files with 3 additions and 1 deletions
|
|
@ -37,7 +37,8 @@ defmodule Pleroma.Web.TwitterAPI.TwitterAPI do
|
|||
"content" => content_html,
|
||||
"published" => date,
|
||||
"context" => context,
|
||||
"attachment" => attachments
|
||||
"attachment" => attachments,
|
||||
"actor" => user.ap_id
|
||||
},
|
||||
"published" => date,
|
||||
"context" => context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue