don't use chanlink_url() for feed mentions

This commit is contained in:
zotlabs 2017-10-03 15:27:26 -07:00
parent f571b753b6
commit 9cf9217686

View file

@ -4133,7 +4133,7 @@ function items_fetch($arr,$channel = null,$observer_hash = null,$client_mode = C
//$third = dba_timer();
$items = fetch_post_tags($items,true);
$items = fetch_post_tags($items,false);
//$fourth = dba_timer();