Skip to content

Commit fd719f6

Browse files
authored
Merge pull request #3302 from nextcloud/backport/3296/stable27
2 parents 971cb27 + 71008d7 commit fd719f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/view/FilesAppIntegration.js

+4
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,10 @@ export default {
530530
},
531531

532532
async getFileNode(forceFetch = false) {
533+
if (isPublic) {
534+
return
535+
}
536+
533537
if (this.fileNode !== undefined && !forceFetch) {
534538
return this.fileNode
535539
}

0 commit comments

Comments
 (0)