diff mod_groups_internal/mod_groups_internal.lua @ 6110:9db1529c06c2

Merge upstream
author tmolitor <thilo@eightysoft.de>
date Sun, 05 Jan 2025 17:50:02 +0100
parents f80db102fdb1
children e2d130104b98
line wrap: on
line diff
--- a/mod_groups_internal/mod_groups_internal.lua	Wed Nov 20 05:07:11 2024 +0100
+++ b/mod_groups_internal/mod_groups_internal.lua	Sun Jan 05 17:50:02 2025 +0100
@@ -11,7 +11,7 @@
 local group_members_store = module:open_store("groups");
 local group_memberships = module:open_store("groups", "map");
 
-local muc_host_name = module:get_option("groups_muc_host", "groups."..host);
+local muc_host_name = module:get_option("groups_muc_host");
 local muc_host = nil;
 
 local is_contact_subscribed = rostermanager.is_contact_subscribed;