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 | e366acf0be642691e5f011d83a4070a00cd19c8d (patch) | |
tree | 89aea761fc3eaa14f7a43d382c22d2135d8aa367 | |
parent | 0bb135486abae381614dc0547b55ba08cfdc8ac3 (diff) | |
download | prosody-e366acf0be642691e5f011d83a4070a00cd19c8d.tar.gz prosody-e366acf0be642691e5f011d83a4070a00cd19c8d.zip |
MUC: Remove duplicated import of muc/persistent (4caef6d53304 and this fixes #482)
-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"); |