mirror of
https://github.com/friendica/friendica
synced 2025-05-19 20:24:10 +02:00
OStatus support removed
This commit is contained in:
parent
eb066b258d
commit
e8a3be6820
87 changed files with 773 additions and 4383 deletions
|
@ -140,8 +140,8 @@ class Introduction extends BaseFactory
|
|||
}
|
||||
|
||||
$formattedIntroductions[] = new ValueObject\Introduction([
|
||||
'label' => (($intro['network'] !== Protocol::OSTATUS) ? 'friend_request' : 'follower'),
|
||||
'str_type' => (($intro['network'] !== Protocol::OSTATUS) ? $this->l10n->t('Friend/Connect Request') : $this->l10n->t('New Follower')),
|
||||
'label' => 'friend_request',
|
||||
'str_type' => $this->l10n->t('Friend/Connect Request'),
|
||||
'dfrn_id' => $intro['issued-id'],
|
||||
'uid' => $this->session->getLocalUserId(),
|
||||
'intro_id' => $intro['intro_id'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue