And now for something complete different ... notices

This commit is contained in:
Michael 2018-07-31 16:22:05 +00:00
parent 53a3c85d4f
commit 7f02ca32c9
5 changed files with 12 additions and 9 deletions

View file

@ -1229,6 +1229,7 @@ function pumpio_dopost(App $a, $client, $uid, $self, $post, $own_id, $threadcomp
$postarray['author-avatar'] = $post->actor->image->url;
$postarray['plink'] = $post->object->url;
$postarray['app'] = $post->generator->displayName;
$postarray['title'] = '';
$postarray['body'] = HTML::toBBCode($post->object->content);
$postarray['object'] = json_encode($post);