diff options
author | Mario <mario@mariovavti.com> | 2024-10-19 18:49:47 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-10-19 18:49:47 +0000 |
commit | 4d1be3aea583c26c6e24e88b464d5a366a4d2ef3 (patch) | |
tree | c261bf5358bda6884a5cc5c4b5de077f42278c85 /include | |
parent | e649ba5b131e1a3f28b32e2271770a4a08c15b11 (diff) | |
download | volse-hubzilla-4d1be3aea583c26c6e24e88b464d5a366a4d2ef3.tar.gz volse-hubzilla-4d1be3aea583c26c6e24e88b464d5a366a4d2ef3.tar.bz2 volse-hubzilla-4d1be3aea583c26c6e24e88b464d5a366a4d2ef3.zip |
bring filed items to mod hq
Diffstat (limited to 'include')
-rw-r--r-- | include/features.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/include/features.php b/include/features.php index d527f60e6..65ead6604 100644 --- a/include/features.php +++ b/include/features.php @@ -170,12 +170,20 @@ function get_features($filtered = true, $level = (-1)) { [ 'star_posts', t('Star Posts'), - t('Ability to mark special posts with a star indicator'), + t('Ability to mark conversations with a star'), false, Config::Get('feature_lock','star_posts'), ], [ + 'filing', + t('File Posts'), + t('Ability to file posts'), + false, + Config::Get('feature_lock','filing'), + ], + + [ 'reply_to', t('Reply on comment'), t('Ability to reply on selected comment'), |