refactor(media): mimetypes

This commit is contained in:
vulet 2020-11-08 14:44:00 +08:00
parent a94c21fdd1
commit 80dcff0440
2 changed files with 7 additions and 3 deletions

View file

@ -4,7 +4,10 @@ module.exports = {
user: 'your_user',
password: 'your_password',
domains: [ 'your_homeserver.com' ],
mimetypes: [ 'image/png', 'image/jpeg', 'video/webm', 'image/jpg', 'video/mp4', 'audio/mp3' ],
mimetypes: {
whitelist: [],
blacklist: []
},
subject: ''
},
fediverse: {