mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
MUC: Access prosody.hosts instead of the old global hosts
This commit is contained in:
parent
aaf84ae073
commit
974917a5a2
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ local st = require "util.stanza";
|
|||
local uuid_gen = require "util.uuid".generate;
|
||||
local datamanager = require "util.datamanager";
|
||||
local um_is_admin = require "core.usermanager".is_admin;
|
||||
local hosts = hosts;
|
||||
local hosts = prosody.hosts;
|
||||
|
||||
rooms = {};
|
||||
local rooms = rooms;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue