diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-19 16:05:47 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-19 16:05:47 -0800 |
commit | 8f94c721bffab9f2ee4aeb045fb81a9840013211 (patch) | |
tree | 6c69448ee7e3ea300a3788da09baa9de268a8469 /include/features.php | |
parent | 4f81d6451783f8f51b10b2636d68cde444041dc1 (diff) | |
download | volse-hubzilla-8f94c721bffab9f2ee4aeb045fb81a9840013211.tar.gz volse-hubzilla-8f94c721bffab9f2ee4aeb045fb81a9840013211.tar.bz2 volse-hubzilla-8f94c721bffab9f2ee4aeb045fb81a9840013211.zip |
new feature: 'suppress_duplicates' issue #146 triggered with less than two minutes between posts having identical content.
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/features.php b/include/features.php index 74ae7b3d7..4e962b00e 100644 --- a/include/features.php +++ b/include/features.php @@ -60,6 +60,7 @@ function get_features() { array('content_encrypt', t('Even More Encryption'), t('Allow optional encryption of content end-to-end with a shared secret key'),false), array('consensus_tools', t('Enable Voting Tools'), t('Provide a class of post which others can vote on'),false), array('delayed_posting', t('Delayed Posting'), t('Allow posts to be published at a later date'),false), + array('suppress_duplicates', t('Suppress Duplicate Posts/Comments'), t('Prevent posts with identical content to be published with less than two minutes in between submissions.'),true), ), |