more work on firehose

This commit is contained in:
friendica
2014-03-26 18:45:01 -07:00
parent 150bc9866a
commit ed14c1f224
6 changed files with 44 additions and 10 deletions

View File

@@ -29,6 +29,10 @@ function expire_run($argv, $argc){
}
}
$x = get_sys_channel();
if($x)
item_expire($x['channel_id'],30);
return;
}