Add mime type for vCards (.vcf files)

Adds support for vCards (.vcf files) in case of e.g. scanning a qr-code with the direct url to the file, so that it can be downloaded. 

Only a thumb-vcf.png should be added then too.
This commit is contained in:
JS Media Creation 2023-11-08 01:09:51 +01:00 committed by GitHub
parent eb72cb32bb
commit ea50fae2ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -216,3 +216,8 @@ types:
type: file
thumb: media/thumb-json.png
mime: application/json
vcf:
type: file
thumb: media/thumb-vcf.png
mime: text/x-vcard