]> git.mxchange.org Git - friendica.git/blobdiff - mod/poco.php
The central item fetch does work now and the API now uses these functions
[friendica.git] / mod / poco.php
index 183d7acd1271c0a61d1aee0fb7c5d946006aaad1..671551f832589e89ab4c839e1c48ada353a79cb7 100644 (file)
@@ -45,6 +45,7 @@ function poco_init(App $a) {
        }
 
        if ($a->argc > 1 && $a->argv[1] === '@global') {
+               // List of all profiles that this server recently had data from
                $global = true;
                $update_limit = date(DateTimeFormat::MYSQL, time() - 30 * 86400);
        }