mod_conversejs: Use the fullscreen view mode by default
authorKim Alvefur <zash@zash.se>
Mon, 04 Nov 2019 18:12:21 +0100
changeset 3741 49e65a7e9415
parent 3740 3784bbcbb8ff
child 3742 9cd6d602ad1b
mod_conversejs: Use the fullscreen view mode by default The default overlay mode is easy to miss on an otherwise blank page.
mod_conversejs/mod_conversejs.lua
--- 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