Software /
code /
prosody-modules
Diff
mod_conversejs/mod_conversejs.lua @ 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 |
parent | 3641:58b49d883f0c |
child | 4047:36b6e3e3f9e2 |
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