new feature: 'suppress_duplicates' issue #146 triggered with less than two minutes between posts having identical content.

This commit is contained in:
redmatrix
2015-11-19 16:05:47 -08:00
parent 4f81d64517
commit 8f94c721bf
3 changed files with 24 additions and 2 deletions

View File

@@ -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),
),