Software /
code /
prosody
Diff
plugins/muc/mod_muc.lua @ 6800:ad231285efdd
MUC: Remove duplicated import of muc/persistent (4caef6d53304 and this fixes #482)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 26 Aug 2015 20:21:12 +0200 |
parent | 6770:cb84731b2dfd |
child | 7086:6cc7c9da29ed |
line wrap: on
line diff
--- a/plugins/muc/mod_muc.lua Wed Aug 26 13:17:37 2015 +0200 +++ b/plugins/muc/mod_muc.lua Wed Aug 26 20:21:12 2015 +0200 @@ -93,7 +93,6 @@ 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");