From 80ee58f8aac8a216091bf9afae8a4c445733f914 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Mon, 2 Feb 2015 20:24:19 +0100 Subject: [PATCH] Just an added to-do comment --- include/diaspora.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/diaspora.php b/include/diaspora.php index 3f9d9b1197..631e9fba91 100755 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -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; }