X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fpoller.php;h=7cc1a285276222cd1d1e0c06472fef06865cc111;hb=9eca83e29c6f292ab4d95d90789df06bf8d04d34;hp=d971d4f00410a76cb77acac4364516c327052884;hpb=7a0f2b61ab9d44caced33a826ac4251406fcadd6;p=friendica.git diff --git a/include/poller.php b/include/poller.php index d971d4f004..7cc1a28527 100644 --- a/include/poller.php +++ b/include/poller.php @@ -82,6 +82,14 @@ function poller_run(&$argv, &$argc){ proc_run('php',"include/dsprphotoq.php"); + // run the process to discover global contacts in the background + + proc_run('php',"include/discover_poco.php"); + + // run the process to update locally stored global contacts in the background + + proc_run('php',"include/discover_poco.php", "checkcontact"); + // expire any expired accounts q("UPDATE user SET `account_expired` = 1 where `account_expired` = 0