Remove Feed contacts from profile contact list

- These contact don't have a public pendant and therefore shouldn't be shown to visitors
- Address https://github.com/friendica/friendica/issues/12486#issuecomment-1406191980
This commit is contained in:
Hypolite Petovan 2023-01-29 00:07:05 -05:00
parent 6dfa492521
commit b1eae0c9aa
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class Contacts extends Module\BaseProfile
'archive' => false,
'failed' => false,
'self' => false,
'network' => [Protocol::ACTIVITYPUB, Protocol::DFRN, Protocol::DIASPORA, Protocol::OSTATUS, Protocol::FEED]
'network' => [Protocol::ACTIVITYPUB, Protocol::DFRN, Protocol::DIASPORA, Protocol::OSTATUS]
];
switch ($type) {