mirror of
https://github.com/friendica/friendica
synced 2025-04-22 00:30:10 +00:00
Merge remote-tracking branch 'upstream/develop' into lemmy
This commit is contained in:
commit
8a50101eea
21 changed files with 203 additions and 182 deletions
|
@ -191,7 +191,8 @@ class Compose extends BaseModule
|
|||
'editalic' => $this->l10n->t('Italic'),
|
||||
'eduline' => $this->l10n->t('Underline'),
|
||||
'edquote' => $this->l10n->t('Quote'),
|
||||
'$edemojis' => $this->l10n->t('Add emojis'),
|
||||
'edemojis' => $this->l10n->t('Add emojis'),
|
||||
'contentwarn' => $this->l10n->t('Content Warning'),
|
||||
'edcode' => $this->l10n->t('Code'),
|
||||
'edimg' => $this->l10n->t('Image'),
|
||||
'edurl' => $this->l10n->t('Link'),
|
||||
|
|
|
@ -130,8 +130,8 @@ class Magic extends BaseModule
|
|||
}
|
||||
|
||||
$header = [
|
||||
'Accept' => ['application/x-dfrn+json', 'application/x-zot+json'],
|
||||
'X-Open-Web-Auth' => [Strings::getRandomHex()],
|
||||
'Accept' => 'application/x-dfrn+json, application/x-zot+json',
|
||||
'X-Open-Web-Auth' => Strings::getRandomHex()
|
||||
];
|
||||
|
||||
// Create a header that is signed with the local users private key.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue