mirror of
https://github.com/friendica/friendica
synced 2025-04-26 18:30:11 +00:00
spelling: authentication
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
9c86578755
commit
4fc503d352
5 changed files with 5 additions and 5 deletions
|
@ -1181,7 +1181,7 @@ class Receiver
|
|||
self::switchContacts($receivers, $actor);
|
||||
|
||||
// "birdsitelive" is a service that mirrors tweets into the fediverse
|
||||
// These posts can be fetched without authentification, but are not marked as public
|
||||
// These posts can be fetched without authentication, but are not marked as public
|
||||
// We treat them as unlisted posts to be able to handle them.
|
||||
if (empty($receivers) && $fetch_unlisted && Contact::isPlatform($actor, 'birdsitelive')) {
|
||||
$receivers[0] = ['uid' => 0, 'type' => self::TARGET_GLOBAL];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue