spelling: successfully
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
f634c1a067
commit
b7cc6ffc9d
|
@ -176,7 +176,7 @@ class Relay
|
||||||
if (in_array($gserver['network'], [Protocol::ACTIVITYPUB, Protocol::DFRN])) {
|
if (in_array($gserver['network'], [Protocol::ACTIVITYPUB, Protocol::DFRN])) {
|
||||||
$system = APContact::getByURL($gserver['url'] . '/friendica');
|
$system = APContact::getByURL($gserver['url'] . '/friendica');
|
||||||
if (!empty($system['sharedinbox'])) {
|
if (!empty($system['sharedinbox'])) {
|
||||||
Logger::info('Sucessfully probed for relay contact', ['server' => $gserver['url']]);
|
Logger::info('Successfully probed for relay contact', ['server' => $gserver['url']]);
|
||||||
$id = Contact::updateFromProbeByURL($system['url']);
|
$id = Contact::updateFromProbeByURL($system['url']);
|
||||||
Logger::info('Updated relay contact', ['server' => $gserver['url'], 'id' => $id]);
|
Logger::info('Updated relay contact', ['server' => $gserver['url'], 'id' => $id]);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue