From bf4f8f472950ed93e71487dccefa6100e14967f3 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Mon, 9 Jul 2012 11:54:52 +0200 Subject: [PATCH] Libertree: Posting works again (new "source" field) --- libertree/libertree.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 );