From c1a94f61dd5a3514cceeb99c5312beaed07942d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadeusz=20=E2=80=9Etadzik=E2=80=9D=20So=C5=9Bnierz?= Date: Fri, 3 Jan 2025 16:02:53 +0100 Subject: [PATCH] Make MediaProxy.ttlSeconds optional to allow for forever media --- config/slack-config-schema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/slack-config-schema.yaml b/config/slack-config-schema.yaml index b6b3781d..dd9325a4 100644 --- a/config/slack-config-schema.yaml +++ b/config/slack-config-schema.yaml @@ -45,7 +45,7 @@ properties: type: "integer" publicUrl: type: "string" - required: ["signingKeyPath", "ttlSeconds", "bindPort", "publicUrl"] + required: ["signingKeyPath", "bindPort", "publicUrl"] rtm: type: object required: ["enable"]