diff --git a/libertree/libertree.php b/libertree/libertree.php index c117fa81..4b55a5e7 100755 --- a/libertree/libertree.php +++ b/libertree/libertree.php @@ -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 );