Skip to content

v1.14.4

Latest
Compare
Choose a tag to compare
@Splines Splines released this 01 Dec 21:36
ae4e982

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

  • Fix unknown user variable after deletion by @Splines in #717

Full Changelog: v1.14.3...v1.14.4