Skip to content

Commit

Permalink
Merge pull request #3296 from nextcloud/bugfix/3295
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Nov 14, 2023
2 parents 8f38880 + 23132f3 commit 54774b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/view/FilesAppIntegration.js
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,10 @@ export default {
},

async getFileNode(forceFetch = false) {
if (isPublic) {
return
}

if (this.fileNode !== undefined && !forceFetch) {
return this.fileNode
}
Expand Down

0 comments on commit 54774b2

Please sign in to comment.