bring filed items to mod hq

This commit is contained in:
Mario
2024-10-19 18:49:47 +00:00
parent e649ba5b13
commit 4d1be3aea5
5 changed files with 111 additions and 18 deletions

View File

@@ -170,11 +170,19 @@ 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'),