Just an added to-do comment

pull/1351/head
Michael Vogel 2015-02-02 20:24:19 +01:00
rodzic 9d155a62f9
commit 80ee58f8aa
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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;
}