mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 11:58:27 +00:00
When secure uploads are enabled, we have to attach the images in the digest so they can show up in the email. However, we send attaching all the attachments, including "files" and "media". This ensures we only attach images when sending a digest. Internal t/144542