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
commit 450c753004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) {