mirror of
https://github.com/friendica/friendica
synced 2025-04-24 02:30:13 +00:00
modularise webfinger and make it service agnostic
This commit is contained in:
parent
a340f70c51
commit
744edcf2ab
2 changed files with 78 additions and 46 deletions
|
@ -181,7 +181,7 @@ function dfrn_request_post(&$a) {
|
|||
|
||||
// Canonicalise email-style profile locator
|
||||
|
||||
$url = webfinger($url);
|
||||
$url = webfinger_dfrn($url);
|
||||
|
||||
if(! strlen($url)) {
|
||||
notice( t("Unable to resolve your name at the provided location.") . EOL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue