mirror of
https://github.com/friendica/friendica
synced 2025-04-25 17:50:11 +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
|
@ -41,6 +41,7 @@ class Contacts extends BaseModule
|
|||
'blocked' => false,
|
||||
'self' => false,
|
||||
'hidden' => false,
|
||||
'failed' => false,
|
||||
];
|
||||
|
||||
$noresult_label = DI::l10n()->t('No known contacts.');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue