mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 03:18:48 +00:00
And now for something complete different ... notices
This commit is contained in:
parent
53a3c85d4f
commit
7f02ca32c9
5 changed files with 12 additions and 9 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue