move filing from conversation to network - it is only functional there.
This commit is contained in:
parent
67f19745fd
commit
883e2ccc91
@ -131,14 +131,6 @@ function get_features($filtered = true, $level = (-1)) {
|
||||
get_config('feature_lock','emojis'),
|
||||
],
|
||||
|
||||
[
|
||||
'filing',
|
||||
t('Saved Folders'),
|
||||
t('Ability to file posts under folders'),
|
||||
false,
|
||||
get_config('feature_lock','filing'),
|
||||
],
|
||||
|
||||
[
|
||||
'dislike',
|
||||
t('Dislike Posts'),
|
||||
@ -314,6 +306,14 @@ function get_features($filtered = true, $level = (-1)) {
|
||||
get_config('feature_lock','savedsearch')
|
||||
],
|
||||
|
||||
[
|
||||
'filing',
|
||||
t('Saved Folders'),
|
||||
t('Ability to file posts under folders'),
|
||||
false,
|
||||
get_config('feature_lock','filing'),
|
||||
],
|
||||
|
||||
[
|
||||
'order_tab',
|
||||
t('Alternate Stream Order'),
|
||||
|
Reference in New Issue
Block a user