Skip to content

Commit

Permalink
Merge pull request #3302 from nextcloud/backport/3296/stable27
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Nov 16, 2023
2 parents 971cb27 + 71008d7 commit fd719f6
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 fd719f6

Please sign in to comment.