diff options
author | Max Kostikov <max@kostikov.co> | 2019-04-29 23:45:58 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2019-04-29 23:45:58 +0200 |
commit | a2dd0aea92abcbf0625e38f6063bccf9df418ca4 (patch) | |
tree | 98a77c56d1a6e1946d8436aa2a018ea7c9ac7231 | |
parent | c0be4c36e1a80fcc1caae16b70c5d624e259f491 (diff) | |
parent | 39da3459c7e4fd0a9e3ac428baed994688a095bd (diff) | |
download | volse-hubzilla-a2dd0aea92abcbf0625e38f6063bccf9df418ca4.tar.gz volse-hubzilla-a2dd0aea92abcbf0625e38f6063bccf9df418ca4.tar.bz2 volse-hubzilla-a2dd0aea92abcbf0625e38f6063bccf9df418ca4.zip |
Merge branch 'cherry-pick-80ca2023' into 'dev'
Add 'reply on comment' feature
See merge request kostikov/core!1
-rw-r--r-- | include/features.php | 8 |
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'), ] ], |