Skip to content

Commit

Permalink
Use the extracted url for image embedding
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrove committed Apr 12, 2012
1 parent 32f05ec commit 70dd9e3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,7 +20,7 @@ class Kandan.Plugins.ImageEmbed
subtitle ||= fileName

message.content = @image_template({
image_url: message.content,
image_url: url,
subtitle: subtitle
})

Expand Down

0 comments on commit 70dd9e3

Please sign in to comment.