Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upClicking on a file:// link does not work (usecase: synced files with several users) #12042
Comments
This comment has been minimized.
This comment has been minimized.
Thanks, appreciate your feedback @biva, Would you like to contribute this in the feature idea forum so it can be discussed, upvoted and considered for a help wanted ticket? Please include a link back to this GitHub issue. If you're interested in implementing, please say so and we'll prioritize the review. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Thank you! Closing this as this can be tracked via the feature request, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Clicking on a file:// link does not work for local folders.
I'm not sure if I should post this here or on https://github.com/mattermost/desktop
Steps to reproduce
[My local file](C:\Docs\locafile.docx)
Expected behavior
The file (or the folder) should be opened
Observed behavior (that appears unintentional)
Possible fixes
This issue has been reported several times: mattermost/desktop#579 , mattermost/desktop#772 , mattermost/desktop#821
Apparently, this is intentional as explained by @yuya-oc because:
In my usecase, we use Nextcloud to sync files within our group. And we have the same letter and path for local files. This is why we often share the file path instead of the file itself, to save data. We would love to be able to open the link directly.