aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-04-29 21:19:26 +0000
committerMax Kostikov <max@kostikov.co>2019-04-29 23:43:11 +0200
commit39da3459c7e4fd0a9e3ac428baed994688a095bd (patch)
tree98a77c56d1a6e1946d8436aa2a018ea7c9ac7231 /include
parentc0be4c36e1a80fcc1caae16b70c5d624e259f491 (diff)
downloadvolse-hubzilla-39da3459c7e4fd0a9e3ac428baed994688a095bd.tar.gz
volse-hubzilla-39da3459c7e4fd0a9e3ac428baed994688a095bd.tar.bz2
volse-hubzilla-39da3459c7e4fd0a9e3ac428baed994688a095bd.zip
Add 'reply on comment' feature
(cherry picked from commit 80ca2023aa67ef7c0c43414acaf135e5748044b2)
Diffstat (limited to 'include')
-rw-r--r--include/features.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/features.php b/include/features.php
index d021f9394..b0d02c141 100644
--- a/include/features.php
+++ b/include/features.php
@@ -167,6 +167,14 @@ function get_features($filtered = true, $level = (-1)) {
t('Ability to mark special posts with a star indicator'),
false,
get_config('feature_lock','star_posts'),
+ ],
+
+ [
+ 'reply_to',
+ t('Reply on comment'),
+ t('Ability to reply on selected comment'),
+ false,
+ get_config('feature_lock','reply_to'),
]
],