1
0
Fork 0
mirror of https://git.friendi.ca/friendica/friendica-addons.git synced 2025-07-30 16:31:47 +00:00

Libertree: Posting works again (new "source" field)

This commit is contained in:
Michael Vogel 2012-07-09 11:54:52 +02:00
parent 56fd821c7e
commit bf4f8f4729

View file

@ -196,7 +196,8 @@ function libertree_send(&$a,&$b) {
$body = "## ".html_entity_decode($title)."\n\n".$body; $body = "## ".html_entity_decode($title)."\n\n".$body;
$params = array( $params = array(
'text' => $body 'text' => $body,
'source' => "friendica"
// 'token' => $ltree_api_token // 'token' => $ltree_api_token
); );