mirror of
https://github.com/friendica/friendica
synced 2025-04-26 07:50:15 +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
|
@ -69,6 +69,7 @@ class Contacts extends Module\BaseProfile
|
|||
'pending' => false,
|
||||
'hidden' => false,
|
||||
'archive' => false,
|
||||
'failed' => false,
|
||||
'self' => false,
|
||||
'network' => [Protocol::ACTIVITYPUB, Protocol::DFRN, Protocol::DIASPORA, Protocol::OSTATUS, Protocol::FEED]
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue