1
0
Fork 0

give post a chance to arrive before rejecting photos from Diaspora

This commit is contained in:
Zach Prezkuta 2013-01-12 06:52:15 -07:00
commit 1507ec37a4
6 changed files with 108 additions and 14 deletions

View file

@ -62,6 +62,10 @@ function poller_run(&$argv, &$argc){
proc_run('php',"include/queue.php");
// run diaspora photo queue process in the background
proc_run('php',"include/dsprphotoq.php");
// expire any expired accounts
q("UPDATE user SET `account_expired` = 1 where `account_expired` = 0