remove connection filter from network settings

This commit is contained in:
Mario Vavti 2018-09-20 13:25:47 +02:00
parent 1ca558f011
commit 369f34b2d1

View File

@ -98,14 +98,6 @@ class Network {
t('Show friend and connection suggestions'), t('Show friend and connection suggestions'),
false, false,
get_config('feature_lock','suggest') get_config('feature_lock','suggest')
],
[
'connfilter',
t('Connection Filtering'),
t('Filter incoming posts from connections based on keywords/content'),
false,
get_config('feature_lock','connfilter')
] ]
]; ];