Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix inline image being removed in mail viewer on forward
Issue caused by inline images not being replaced after a loadAll call (without notify) which sanitizes mail body. This is due to the replaceInlineImages call being inside a loadCompleteNotification listener. Fixed by calling loadAll *with* notify in reply. loadAll is also now only called when necessary. Related to #6523 Fix #8003 Co-authored-by: paw <[email protected]>
- Loading branch information