]> git.mxchange.org Git - friendica.git/commitdiff
Just an added to-do comment
authorMichael Vogel <icarus@dabo.de>
Mon, 2 Feb 2015 19:24:19 +0000 (20:24 +0100)
committerMichael Vogel <icarus@dabo.de>
Mon, 2 Feb 2015 19:24:19 +0000 (20:24 +0100)
include/diaspora.php

index 3f9d9b1197b5a3b2f7d8f0e7011f6a63e8ee4b34..631e9fba919eaa3fa1254561bd1b9d8ec323fa98 100755 (executable)
@@ -952,6 +952,9 @@ function diaspora_store_by_guid($guid, $server) {
 
        $message_id = item_store($datarray);
 
+       // To-Do:
+       // Looking if there is some subscribe mechanism in Diaspora to get all comments for this post
+
        return $message_id;
 }