From: Hypolite Petovan Date: Sun, 29 Jan 2023 05:07:05 +0000 (-0500) Subject: Remove Feed contacts from profile contact list X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b1eae0c9aa5bc10df7a809182ac7b264bdcef411;p=friendica.git 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 --- diff --git a/src/Module/Profile/Contacts.php b/src/Module/Profile/Contacts.php index bf5d2f2424..dde138d8cc 100644 --- a/src/Module/Profile/Contacts.php +++ b/src/Module/Profile/Contacts.php @@ -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) {