X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Ffeatures.php;h=091dfc6e9d0793a320ff3f33af0fc4841ab76272;hb=9a22b4818e0a406c89ff1cc84be4232c8a979f78;hp=b2712665e159a8fad2779a7daf2c922b92441fe1;hpb=b130c892b28dd8fb2b95e57dfb3a46925cff26c4;p=friendica.git diff --git a/include/features.php b/include/features.php index b2712665e1..091dfc6e9d 100644 --- a/include/features.php +++ b/include/features.php @@ -30,6 +30,7 @@ function get_features() { t('Post Composition Features'), array('richtext', t('Richtext Editor'), t('Enable richtext editor')), array('preview', t('Post Preview'), t('Allow previewing posts and comments before publishing them')), + array('aclautomention', t('Auto-mention Forums'), t('Add/remove mention when a fourm page is selected/deselected in ACL window.')), ), // Network sidebar widgets @@ -59,6 +60,7 @@ function get_features() { array('filing', t('Saved Folders'), t('Ability to file posts under folders')), array('dislike', t('Dislike Posts'), t('Ability to dislike posts/comments')), array('star_posts', t('Star Posts'), t('Ability to mark special posts with a star indicator')), + array('ignore_posts', t('Mute Post Notifications'), t('Ability to mute notifications for a thread')), ), );