diff options
Diffstat (limited to 'server/initializers/constants.ts')
-rw-r--r-- | server/initializers/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index 7b63a9ccd..c10213890 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -283,7 +283,7 @@ const ACTIVITY_PUB = { | |||
283 | FETCH_PAGE_LIMIT: 100, | 283 | FETCH_PAGE_LIMIT: 100, |
284 | MAX_HTTP_ATTEMPT: 5, | 284 | MAX_HTTP_ATTEMPT: 5, |
285 | URL_MIME_TYPES: { | 285 | URL_MIME_TYPES: { |
286 | VIDEO: [ 'video/mp4', 'video/webm', 'video/ogg' ], // TODO: Merge with VIDEO_MIMETYPE_EXT | 286 | VIDEO: Object.keys(VIDEO_MIMETYPE_EXT), |
287 | TORRENT: [ 'application/x-bittorrent' ], | 287 | TORRENT: [ 'application/x-bittorrent' ], |
288 | MAGNET: [ 'application/x-bittorrent;x-scheme-handler/magnet' ] | 288 | MAGNET: [ 'application/x-bittorrent;x-scheme-handler/magnet' ] |
289 | }, | 289 | }, |