diff options
author | Kim Alvefur <zash@zash.se> | 2015-08-26 20:21:12 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2015-08-26 20:21:12 +0200 |
commit | 7bd37f1458cd885a4da02ffa6e1fe1ca0fd52fcf (patch) | |
tree | 89aea761fc3eaa14f7a43d382c22d2135d8aa367 /plugins/muc | |
parent | f0447816d8e4e81771b73d0d025a61221e290e3f (diff) | |
download | prosody-7bd37f1458cd885a4da02ffa6e1fe1ca0fd52fcf.tar.gz prosody-7bd37f1458cd885a4da02ffa6e1fe1ca0fd52fcf.zip |
MUC: Remove duplicated import of muc/persistent (4caef6d53304 and this fixes #482)
Diffstat (limited to 'plugins/muc')
-rw-r--r-- | plugins/muc/mod_muc.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/muc/mod_muc.lua b/plugins/muc/mod_muc.lua index 4331d2ad..16727f26 100644 --- a/plugins/muc/mod_muc.lua +++ b/plugins/muc/mod_muc.lua @@ -93,7 +93,6 @@ do -- Monkey patch to make server admins room owners end end -local persistent = module:require "muc/persistent"; local persistent_rooms_storage = module:open_store("persistent"); local persistent_rooms = module:open_store("persistent", "map"); local room_configs = module:open_store("config"); |