mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
a5df029be3
In #26642 we introduced a change that re-attaches securely uploaded images in the digest e-mail. However, this change assumed that the type argument to the Email::Sender constructor would be a symbol, but when it is coming from the UserEmail job it is a string. This PR fixes that.