mirror of
https://github.com/friendica/friendica
synced 2025-04-25 14:30:10 +00:00
Don't show failed contacts
This commit is contained in:
parent
17b9c3542d
commit
00974324fe
7 changed files with 9 additions and 4 deletions
|
@ -66,6 +66,7 @@ class ContactBlock
|
|||
'pending' => false,
|
||||
'hidden' => false,
|
||||
'archive' => false,
|
||||
'failed' => false,
|
||||
'network' => [Protocol::DFRN, Protocol::ACTIVITYPUB, Protocol::OSTATUS, Protocol::DIASPORA, Protocol::FEED],
|
||||
]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue