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:
parent
6dfa492521
commit
b1eae0c9aa
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue