Libertree: Posting works again (new "source" field)
parent
56fd821c7e
commit
bf4f8f4729
|
@ -196,7 +196,8 @@ function libertree_send(&$a,&$b) {
|
|||
$body = "## ".html_entity_decode($title)."\n\n".$body;
|
||||
|
||||
$params = array(
|
||||
'text' => $body
|
||||
'text' => $body,
|
||||
'source' => "friendica"
|
||||
// 'token' => $ltree_api_token
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue