Skip to content

Commit

Permalink
Merge pull request #42281 from nextcloud/fix/files/urlencode
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Dec 15, 2023
2 parents d6de7bf + 864425b commit 1db6947
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/files/src/actions/downloadAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const action = new FileAction({
return null
}

triggerDownload(node.source)
triggerDownload(node.encodedSource)
return null
},

Expand Down
4 changes: 2 additions & 2 deletions dist/files-init.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files-init.js.map

Large diffs are not rendered by default.

0 comments on commit 1db6947

Please sign in to comment.