aboutsummaryrefslogtreecommitdiffstats
path: root/include/features.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-14 20:09:02 -0700
committerfriendica <info@friendica.com>2013-08-14 20:09:02 -0700
commitac541a7d3246e1c5c60ae752326c1b9ba5ccd78f (patch)
tree73fa695d51bd08a3addf13ebf8873463e32708b6 /include/features.php
parentde4e4c5ebd1ab746432b21d122b5f0cfb70a9bdd (diff)
downloadvolse-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/features.php')
-rw-r--r--include/features.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/features.php b/include/features.php
index da1322a14..757f719df 100644
--- a/include/features.php
+++ b/include/features.php
@@ -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')),