diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-03 10:43:54 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-03 10:43:54 +0200 |
commit | 883e2ccc91dd4061ab6a836ff7bca5fa7b4a198a (patch) | |
tree | f8a20ba66aa7357075dd3fb4fd8058e89c24b565 /include/features.php | |
parent | 67f19745fd5c66345a7e64b3d5fdedf6c1a6b8b6 (diff) | |
download | volse-hubzilla-883e2ccc91dd4061ab6a836ff7bca5fa7b4a198a.tar.gz volse-hubzilla-883e2ccc91dd4061ab6a836ff7bca5fa7b4a198a.tar.bz2 volse-hubzilla-883e2ccc91dd4061ab6a836ff7bca5fa7b4a198a.zip |
move filing from conversation to network - it is only functional there.
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/include/features.php b/include/features.php index ff0860f4d..0f3a98228 100644 --- a/include/features.php +++ b/include/features.php @@ -132,14 +132,6 @@ function get_features($filtered = true, $level = (-1)) { ], [ - 'filing', - t('Saved Folders'), - t('Ability to file posts under folders'), - false, - get_config('feature_lock','filing'), - ], - - [ 'dislike', t('Dislike Posts'), t('Ability to dislike posts/comments'), @@ -315,6 +307,14 @@ function get_features($filtered = true, $level = (-1)) { ], [ + 'filing', + t('Saved Folders'), + t('Ability to file posts under folders'), + false, + get_config('feature_lock','filing'), + ], + + [ 'order_tab', t('Alternate Stream Order'), t('Ability to order the stream by last post date, last comment date or unthreaded activities'), |