mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
When secure uploads are enabled, we need to send images that are rendered in the digest e-mail as attachments. Before this change, we would indiscriminately attach all images in the relevant topic's first post, whether they were rendered the e-mail body or not. This change fixes that by only attaching images that are referenced in the e-mail body.