Libertree: Posting works again (new "source" field)
This commit is contained in:
parent
56fd821c7e
commit
bf4f8f4729
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue