Merge branch 'cherry-pick-80ca2023' into 'dev'

Add 'reply on comment' feature

See merge request kostikov/core!1
This commit is contained in:
Max Kostikov 2019-04-29 23:45:58 +02:00
commit a2dd0aea92

View File

@ -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'),
]
],