diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-29 20:35:56 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-29 20:35:56 -0700 |
commit | 0b347ccc14a384bfcbda343aacc1dfa1b7ddd740 (patch) | |
tree | 0b96e2816079fafdf3d8fa50ad130229e8733488 /include/features.php | |
parent | 2072ea721fa26b8e5f7dd4067434951b738de92b (diff) | |
download | volse-hubzilla-0b347ccc14a384bfcbda343aacc1dfa1b7ddd740.tar.gz volse-hubzilla-0b347ccc14a384bfcbda343aacc1dfa1b7ddd740.tar.bz2 volse-hubzilla-0b347ccc14a384bfcbda343aacc1dfa1b7ddd740.zip |
turn the connection filter into a feature.
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/features.php b/include/features.php index 4121880a4..a6c4757cd 100644 --- a/include/features.php +++ b/include/features.php @@ -71,6 +71,7 @@ function get_features() { array('personal_tab', t('Network Personal Tab'), t('Enable tab to display only Network posts that you\'ve interacted on'),false), array('new_tab', t('Network New Tab'), t('Enable tab to display all new Network activity'),false), array('affinity', t('Affinity Tool'), t('Filter stream activity by depth of relationships'),false), + array('connfilter', t('Connection Filtering'), t('Filter incoming posts from connections based on keywords/content')), array('suggest', t('Suggest Channels'), t('Show channel suggestions'),false), ), |