Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Handle email attachments correctly
When the tickets were created from emails asynchronously, the `createdBy` attribute wasn't set to the message document. The database refused with a "cannot be null" error. It worked when collecting emails manually from the interface because the user was connected.
- Loading branch information