-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get mimeIconUrl for media attachments without a session
In order to have non-image attachments rendered in editors without a session, `AttachmentResolver.resolve()` should return a candidate with the mimeType icon as url as last resort - because all endpoints from Text `AttachmentController` require a session. This fixes rendering of non-image attachments in RichTextReader. Fixes: #2919 Signed-off-by: Jonas <jonas@freesources.org>
- Loading branch information
Showing
2 changed files
with
25 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters