Attachment protocol URLs should support name conversion #4364
Unanswered
MinnDevelopment
asked this question in
API Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When you upload a file named
hello (world).png
, it will be renamed tohello_world.png
. Theattachment://filename.png
used in embeds is not changed, which results in a resolution failure and the image is not added to the embed.Maybe this same rename strategy could also be performed on the link to make this compatible?
This was originally brought up in #4292, which documented the behavior. However, this should probably be addressed and improved for a better user experience. @IanMitchell asked me to open a discussion for this problem.
Beta Was this translation helpful? Give feedback.
All reactions