Skip to content

Commit

Permalink
Fix #5310: Load thumbnails only for accepted shares
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmidt committed Mar 4, 2022
1 parent 019388d commit 0d75482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-app-files/src/views/SharedWithMe.vue
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ export default {
}
},
displayThumbnails() {
return !this.configuration.options.disablePreviews
return !this.configuration.options.disablePreviews && this.viewMode === ShareStatus.accepted
}
},
Expand Down

0 comments on commit 0d75482

Please sign in to comment.