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
1 changed files with 2 additions and 1 deletions

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
); );