mirror of
https://github.com/friendica/friendica
synced 2025-04-27 21:50:11 +00:00
Issue 3571 and Diaspora mail bugfix
This commit is contained in:
parent
6bbc1ac602
commit
363322ba78
2 changed files with 18 additions and 4 deletions
|
@ -827,6 +827,12 @@ class Probe {
|
|||
}
|
||||
}
|
||||
|
||||
foreach ($webfinger["aliases"] as $alias) {
|
||||
if (substr($alias, 0, 5) == 'acct:') {
|
||||
$data["addr"] = substr($alias, 5);
|
||||
}
|
||||
}
|
||||
|
||||
if (!isset($data["network"]) || ($hcard_url == "")) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue