fix linkify_tags() so it works with xchans across multiple protocols, also some fixes to activity parsing from upstream.
This commit is contained in:
@@ -356,7 +356,7 @@ function photo_upload($channel, $observer, $args) {
|
||||
|
||||
$large_photos = feature_enabled($channel['channel_id'], 'large_photos');
|
||||
|
||||
linkify_tags($a, $args['body'], $channel_id);
|
||||
linkify_tags($args['body'], $channel_id);
|
||||
|
||||
if($large_photos) {
|
||||
$scale = 1;
|
||||
|
Reference in New Issue
Block a user