move filing from conversation to network - it is only functional there.

This commit is contained in:
Mario Vavti 2018-10-03 10:43:54 +02:00
parent 67f19745fd
commit 883e2ccc91

View File

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