This is yet another fix to hopefully put an end to UserCleaner errors 🙈.
The problem was that we enqueued a final mail right before the user was deleted. But when that mail was sent out, the user object didn't exist anymore resulting in an error. We now pass the respective user fields like email
and locale
directly to the mail method by value and not by reference to avoid this error. See #717 for more details.
What's Changed
Full Changelog: v1.14.3...v1.14.4