refactor(media): mimetypes
This commit is contained in:
parent
a94c21fdd1
commit
80dcff0440
2 changed files with 7 additions and 3 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue