mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-11 00:24:27 +02:00
OStatus support removed
This commit is contained in:
parent
eb066b258d
commit
e8a3be6820
87 changed files with 773 additions and 4383 deletions
|
@ -59,7 +59,7 @@ class ContactBlock
|
|||
'hidden' => false,
|
||||
'archive' => false,
|
||||
'failed' => false,
|
||||
'network' => [Protocol::DFRN, Protocol::ACTIVITYPUB, Protocol::OSTATUS, Protocol::DIASPORA, Protocol::FEED],
|
||||
'network' => [Protocol::DFRN, Protocol::ACTIVITYPUB, Protocol::DIASPORA, Protocol::FEED],
|
||||
]);
|
||||
|
||||
$contacts_title = DI::l10n()->t('No contacts');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue