mirror of
https://github.com/friendica/friendica
synced 2025-04-22 11:50:11 +00:00
Replace "Probe::uri" with "Contact::getByURL"
This commit is contained in:
parent
c352af8eda
commit
d6bf7f2cda
7 changed files with 18 additions and 20 deletions
|
@ -294,7 +294,7 @@ function dfrn_request_post(App $a)
|
|||
$hcard = '';
|
||||
|
||||
// Detect the network
|
||||
$data = Probe::uri($url);
|
||||
$data = Contact::getByURL($url);
|
||||
$network = $data["network"];
|
||||
|
||||
// Canonicalize email-style profile locator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue