aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2024-10-19 20:50:48 +0200
committerMario Vavti <mario@mariovavti.com>2024-10-19 20:50:48 +0200
commit168ec536866b16c5d9bad6551ebf4a38b11e440f (patch)
tree1cf6608d1df56d87d5853df9ca80840d4a58d750 /include
parente8f816a9817a36b688b0ecafb53bc33c12aaef13 (diff)
parent4d1be3aea583c26c6e24e88b464d5a366a4d2ef3 (diff)
downloadvolse-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.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'),