From c729caf6cc34630877a0e5a1bda1719384cd0c8a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 11 Feb 2022 10:51:33 +0100 Subject: Add basic video editor support --- server.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'server.ts') diff --git a/server.ts b/server.ts index 385996470..bb7a0c210 100644 --- a/server.ts +++ b/server.ts @@ -42,10 +42,7 @@ try { import { checkConfig, checkActivityPubUrls, checkFFmpegVersion } from './server/initializers/checker-after-init' -const errorMessage = checkConfig() -if (errorMessage !== null) { - throw new Error(errorMessage) -} +checkConfig() // Trust our proxy (IP forwarding...) app.set('trust proxy', CONFIG.TRUST_PROXY) -- cgit v1.2.3