diff options
author | M. Dent <dentm42@gmail.com> | 2019-02-14 14:06:25 +0100 |
---|---|---|
committer | M. Dent <dentm42@gmail.com> | 2019-02-14 14:06:25 +0100 |
commit | ff0494b180b4ac23378249219f19dfb4b5bc82fa (patch) | |
tree | 7ef8ebbbfa0e83bce9fae68f77360624708c870f /include | |
parent | 8be15c1b5b0a86300fca45c8ef4850c73ae57b57 (diff) | |
parent | 5ab917f606aa8221b50e39b9ff0b5182d271fe51 (diff) | |
download | volse-hubzilla-ff0494b180b4ac23378249219f19dfb4b5bc82fa.tar.gz volse-hubzilla-ff0494b180b4ac23378249219f19dfb4b5bc82fa.tar.bz2 volse-hubzilla-ff0494b180b4ac23378249219f19dfb4b5bc82fa.zip |
Merge branch 'affinity_fixes' into 'dev'
affinity tool fixes
See merge request hubzilla/core!1511
Diffstat (limited to 'include')
-rw-r--r-- | include/features.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/features.php b/include/features.php index 05ce3db32..35a4c0dd4 100644 --- a/include/features.php +++ b/include/features.php @@ -361,14 +361,6 @@ function get_features($filtered = true, $level = (-1)) { ], [ - 'affinity', - t('Affinity Tool'), - t('Filter stream activity by depth of relationships'), - false, - get_config('feature_lock','affinity') - ], - - [ 'suggest', t('Suggest Channels'), t('Show friend and connection suggestions'), |