mirror of
https://github.com/friendica/friendica
synced 2024-11-10 02:22:55 +00:00
we need a profile url. Something.
This commit is contained in:
parent
06492b76b1
commit
12571c42f1
1 changed files with 1 additions and 0 deletions
|
@ -338,6 +338,7 @@ function probe_url($url) {
|
|||
$addr = $orig_url;
|
||||
$network = NETWORK_MAIL;
|
||||
$name = substr($url,0,strpos($url,'@'));
|
||||
$profile = 'http://' . substr($url,strpos($url,'@')+1);
|
||||
// fix nick
|
||||
$vcard = array('fn' => $name, 'nick' => $name, 'photo' => gravatar_img($url));
|
||||
$notify = 'smtp';
|
||||
|
|
Loading…
Reference in a new issue