forked from GNUsocial/gnu-social
moving references to Webfinger to Discovery
This commit is contained in:
@@ -131,9 +131,9 @@ class OStatusInitAction extends Action
|
||||
|
||||
function connectWebfinger($acct)
|
||||
{
|
||||
$w = new Webfinger;
|
||||
$disco = new Discovery;
|
||||
|
||||
$result = $w->lookup($acct);
|
||||
$result = $disco->lookup($acct);
|
||||
if (!$result) {
|
||||
$this->clientError(_m("Couldn't look up OStatus account profile."));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user