Skip to content

Commit

Permalink
fix: Fixes missing import in wait for host module.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Sep 21, 2023
1 parent b5b7019 commit f0cb33a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/prosody-plugins/mod_muc_wait_for_host.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
-- This module depends on mod_persistent_lobby.
local um_is_admin = require 'core.usermanager'.is_admin;
local jid = require 'util.jid';
local is_healthcheck_room = module:require 'util'.is_healthcheck_room;

local disable_auto_owners = module:get_option_boolean('wait_for_host_disable_auto_owners', false);

Expand Down

0 comments on commit f0cb33a

Please sign in to comment.