Merge dev fix conflicts

This commit is contained in:
shpuld 2019-01-20 15:52:35 +02:00
commit 8761e039d0
17 changed files with 1987 additions and 628 deletions

View file

@ -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)
},