Merge dev fix conflicts
This commit is contained in:
commit
8761e039d0
17 changed files with 1987 additions and 628 deletions
|
@ -26,6 +26,9 @@ const Attachment = {
|
|||
usePlaceHolder () {
|
||||
return this.size === 'hide' || this.type === 'unknown'
|
||||
},
|
||||
referrerpolicy () {
|
||||
return this.$store.state.instance.mediaProxyAvailable ? '' : 'no-referrer'
|
||||
},
|
||||
type () {
|
||||
return fileTypeService.fileType(this.attachment.mimetype)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue