Add actor to objects.

This commit is contained in:
Roger Braun 2017-04-13 14:56:19 +02:00
commit 1ccbe562c9
2 changed files with 3 additions and 1 deletions

View file

@ -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