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.

This commit is contained in:
friendica
2013-08-14 20:09:02 -07:00
parent de4e4c5ebd
commit ac541a7d32
4 changed files with 23 additions and 6 deletions

View File

@@ -19,7 +19,8 @@ function get_features() {
// General
'general' => array(
t('General Features'),
array('expire', t('Content Expiration'), t('Remove old posts/comments after a period of time')),
// uncomment when expire is fixed
// array('expire', t('Content Expiration'), t('Remove old posts/comments after a period of time')),
array('multi_profiles', t('Multiple Profiles'), t('Ability to create multiple profiles')),
array('webpages', t('Web Pages'), t('Provide managed web pages on your channel')),
array('prettyphoto', t('Enhanced Photo Albums'), t('Enable photo album with enhanced features')),