# HG changeset patch # User Kim Alvefur # Date 1568734580 -7200 # Node ID 776ff0875e3564ebd858252bc70201d499c0cabd # Parent 8ee5816363b0b6fd2bbfe09773e7669950b46263 mod_muc_webchat_url: Fix default url Function split gone wrong diff -r 8ee5816363b0 -r 776ff0875e35 mod_muc_webchat_url/mod_muc_webchat_url.lua --- a/mod_muc_webchat_url/mod_muc_webchat_url.lua Tue Sep 17 17:31:18 2019 +0200 +++ b/mod_muc_webchat_url/mod_muc_webchat_url.lua Tue Sep 17 17:36:20 2019 +0200 @@ -24,6 +24,7 @@ if webchat_url then -- explicitly configured return webchat_url; end + return get_default_url(room); end module:hook("muc-config-form", function(event)