Don't show failed contacts

This commit is contained in:
Michael 2020-10-07 20:06:15 +00:00
parent 17b9c3542d
commit 00974324fe
7 changed files with 9 additions and 4 deletions

View file

@ -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],
]);