# HG changeset patch # User Kim Alvefur # Date 1572887541 -3600 # Node ID 49e65a7e94158053266d2924d8db96e92ea6862b # Parent 3784bbcbb8ff35793adb97a99de1e46e3eec7191 mod_conversejs: Use the fullscreen view mode by default The default overlay mode is easy to miss on an otherwise blank page. diff -r 3784bbcbb8ff -r 49e65a7e9415 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