From 7944567b3301a24ca84c8730a96c8be4941fece3 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Mon, 31 Oct 2022 18:03:40 +0100 Subject: [PATCH] Fix ConverseJS v10.0.0: dark_theme should be equal to theme. --- conversejs/builtin.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/conversejs/builtin.ts b/conversejs/builtin.ts index 07f2abdd..f0adb689 100644 --- a/conversejs/builtin.ts +++ b/conversejs/builtin.ts @@ -172,6 +172,7 @@ window.initConverse = async function initConverse ({ toggle_occupants: true }, theme: theme || 'peertube', + dark_theme: theme || 'peertube', // dark theme should be the same as theme persistent_store: 'sessionStorage', show_images_inline: false, // for security reason, and to avoid bugs when image is larger that iframe render_media: false, // for security reason, and to avoid bugs when image is larger that iframe