From: Michael Vogel Date: Sun, 15 Sep 2013 13:30:56 +0000 (+0200) Subject: pumpio: Changed some comments, no changes in the code X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0c5cc0530d22cf000c315d51fa9bc8c48f1d594d;p=friendica-addons.git pumpio: Changed some comments, no changes in the code --- diff --git a/pumpio/pumpio.php b/pumpio/pumpio.php index d9b814bd..d378127a 100755 --- a/pumpio/pumpio.php +++ b/pumpio/pumpio.php @@ -2,7 +2,7 @@ /** * Name: pump.io Post Connector * Description: Post to pump.io - * Version: 0.1 + * Version: 0.2 * Author: Michael Vogel */ require('addon/pumpio/oauth/http.php'); @@ -861,8 +861,8 @@ function pumpio_get_contact($uid, $contact) { dbesc(normalise_link($contact->url)), dbesc(str_replace("acct:", "", $contact->id)), dbesc(''), - dbesc($contact->id), // To-Do? - dbesc('pump.io ' . $contact->id), // To-Do? + dbesc($contact->id), // What is it for? + dbesc('pump.io ' . $contact->id), // What is it for? dbesc($contact->displayName), dbesc($contact->preferredUsername), dbesc($contact->image->url), @@ -1516,15 +1516,10 @@ function pumpio_fetchallcomments($a, $uid, $id) { /* Bugs: + - refresh after post doesn't always happen To-Do: - - contact sync every day - -Could be hard to do: - edit own notes - delete own notes -Known issues: - - refresh after post - */