Merge pull request #12746 from MrPetovan/bug/fatal-errors

Remove Feed contacts from profile contact list
This commit is contained in:
Philipp
2023-01-29 08:21:26 +01:00
committed by GitHub

View File

@@ -92,7 +92,7 @@ class Contacts extends Module\BaseProfile
'archive' => false, 'archive' => false,
'failed' => false, 'failed' => false,
'self' => 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) { switch ($type) {