feeds with '@' in the URL were being handled as webfinger addresses and didn't fall through to RSS discovery. Issue #599
This commit is contained in:
@@ -143,7 +143,7 @@ function new_contact($uid,$url,$channel,$interactive = false, $confirm = false)
|
||||
|
||||
if(! $r) {
|
||||
// attempt network auto-discovery
|
||||
if(strpos($url,'@')) {
|
||||
if(strpos($url,'@') && (! $is_http)) {
|
||||
$r = discover_by_webbie($url);
|
||||
}
|
||||
elseif($is_http) {
|
||||
|
Reference in New Issue
Block a user