]> git.mxchange.org Git - friendica-addons.git/commitdiff
pumpio: Changed some comments, no changes in the code
authorMichael Vogel <icarus@dabo.de>
Sun, 15 Sep 2013 13:30:56 +0000 (15:30 +0200)
committerMichael Vogel <icarus@dabo.de>
Sun, 15 Sep 2013 13:30:56 +0000 (15:30 +0200)
pumpio/pumpio.php

index d9b814bdc7fa12192e722b1b63775b4c096a84b3..d378127a81b545d53e38a0ab57fefef940285e17 100755 (executable)
@@ -2,7 +2,7 @@
 /**
  * Name: pump.io Post Connector
  * Description: Post to pump.io
- * Version: 0.1
+ * Version: 0.2
  * Author: Michael Vogel <http://pirati.ca/profile/heluecht>
  */
 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
-
 */