Embedded images now link back to the feed item
This commit is contained in:
+2
-2
@@ -125,9 +125,9 @@ sub publish_feed_items {
|
||||
my $content = $update->{'hashtags'};
|
||||
|
||||
if( $params{'embed_image'} and length $update->{'image'} ){
|
||||
my $image_link = '';
|
||||
$image_link .= ')](' . $update->{'link'} . ')';
|
||||
$content = "$image_link\n$content";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user