Skip to content

Commit

Permalink
Merge pull request #4203 from nextcloud/backport/4180/stable23
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Nov 11, 2022
2 parents babf767 + 5e3eca1 commit ec9c422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/card/AttachmentList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export default {
}
},
attachmentPreview() {
return (attachment) => (attachment.extendedData.fileid ? generateUrl(`/core/preview?fileId=${attachment.extendedData.fileid}&x=64&y=64&a=true`) : null)
return (attachment) => (attachment.extendedData.fileid ? generateUrl(`/core/preview?fileId=${attachment.extendedData.fileid}&x=64&y=64`) : null)
},
attachmentUrl() {
return (attachment) => generateUrl(`/apps/deck/cards/${attachment.cardId}/attachment/${attachment.id}`)
Expand Down

0 comments on commit ec9c422

Please sign in to comment.