aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-10-19 18:49:47 +0000
committerMario <mario@mariovavti.com>2024-10-19 18:49:47 +0000
commit4d1be3aea583c26c6e24e88b464d5a366a4d2ef3 (patch)
treec261bf5358bda6884a5cc5c4b5de077f42278c85 /include
parente649ba5b131e1a3f28b32e2271770a4a08c15b11 (diff)
downloadvolse-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.php10
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'),