diff options
author | Mario Vavti <mario@mariovavti.com> | 2024-10-19 20:50:48 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2024-10-19 20:50:48 +0200 |
commit | 168ec536866b16c5d9bad6551ebf4a38b11e440f (patch) | |
tree | 1cf6608d1df56d87d5853df9ca80840d4a58d750 /include | |
parent | e8f816a9817a36b688b0ecafb53bc33c12aaef13 (diff) | |
parent | 4d1be3aea583c26c6e24e88b464d5a366a4d2ef3 (diff) | |
download | volse-hubzilla-168ec536866b16c5d9bad6551ebf4a38b11e440f.tar.gz volse-hubzilla-168ec536866b16c5d9bad6551ebf4a38b11e440f.tar.bz2 volse-hubzilla-168ec536866b16c5d9bad6551ebf4a38b11e440f.zip |
Merge branch 'dev' into containers
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'), |