From 3ec06705caed8459045875d03b8906e72405d6bb Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Tue, 12 Mar 2019 16:12:29 +1100 Subject: perform zot6 discovery in import_author_xchan --- include/items.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include') diff --git a/include/items.php b/include/items.php index 51aa81017..c6dcd32c6 100755 --- a/include/items.php +++ b/include/items.php @@ -914,6 +914,15 @@ function import_author_xchan($x) { if(array_key_exists('network',$x) && $x['network'] === 'zot') return $y; + // perform zot6 discovery + + if($x['url']) { + $y = discover_by_webbie($x['url'],'zot6'); + if($y) { + return $y; + } + } + if($x['network'] === 'rss') { $y = import_author_rss($x); } -- cgit v1.2.3