diff options
author | friendica <info@friendica.com> | 2013-08-14 20:09:02 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-14 20:09:02 -0700 |
commit | ac541a7d3246e1c5c60ae752326c1b9ba5ccd78f (patch) | |
tree | 73fa695d51bd08a3addf13ebf8873463e32708b6 /include/poller.php | |
parent | de4e4c5ebd1ab746432b21d122b5f0cfb70a9bdd (diff) | |
download | volse-hubzilla-ac541a7d3246e1c5c60ae752326c1b9ba5ccd78f.tar.gz volse-hubzilla-ac541a7d3246e1c5c60ae752326c1b9ba5ccd78f.tar.bz2 volse-hubzilla-ac541a7d3246e1c5c60ae752326c1b9ba5ccd78f.zip |
most of expire is now ported from friendica, but the protocol bits to push out the delete notifications for the entire batch to all recipients of the original post are not complete and will take quite a bit more work. As a consequence, expire has been completely disabled until it is fully implmented since it could result in completely un-removable posts reminiscent of the infamous "Bonnie Nadri" incident at Diaspora which we do not wish to re-live.
Diffstat (limited to 'include/poller.php')
-rw-r--r-- | include/poller.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/poller.php b/include/poller.php index 00914a712..7f76750b4 100644 --- a/include/poller.php +++ b/include/poller.php @@ -84,7 +84,8 @@ function poller_run($argv, $argc){ set_config('system','last_expire_day',$d2); - proc_run('php','include/expire.php'); +// Uncomment when expire protocol component is working +// proc_run('php','include/expire.php'); proc_run('php','include/cli_suggest.php'); |