diff --git a/src/Module/Profile/Contacts.php b/src/Module/Profile/Contacts.php index bf5d2f242..dde138d8c 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) {