fix linkify_tags() so it works with xchans across multiple protocols, also some fixes to activity parsing from upstream.
This commit is contained in:
@@ -422,7 +422,7 @@ class Photos extends \Zotlabs\Web\Controller {
|
||||
require_once('include/text.php');
|
||||
$profile_uid = \App::$profile['profile_uid'];
|
||||
|
||||
$results = linkify_tags($a, $rawtags, (local_channel()) ? local_channel() : $profile_uid);
|
||||
$results = linkify_tags($rawtags, (local_channel()) ? local_channel() : $profile_uid);
|
||||
|
||||
$success = $results['success'];
|
||||
$post_tags = array();
|
||||
|
Reference in New Issue
Block a user