changeset 3737:49e65a7e9415

mod_conversejs: Use the fullscreen view mode by default The default overlay mode is easy to miss on an otherwise blank page.
author Kim Alvefur <zash@zash.se>
date Mon, 04 Nov 2019 18:12:21 +0100
parents 3784bbcbb8ff
children 9cd6d602ad1b
files mod_conversejs/mod_conversejs.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_conversejs/mod_conversejs.lua	Sun Nov 03 14:47:00 2019 +0100
+++ b/mod_conversejs/mod_conversejs.lua	Mon Nov 04 18:12:21 2019 +0100
@@ -72,6 +72,7 @@
 		domain_placeholder = module.host;
 		allow_registration = allow_registration;
 		registration_domain = allow_registration and module.host or nil;
+		view_mode = "fullscreen";
 	};
 
 	if type(user_options) == "table" then