From f179d7fe1c8430dcb795fb624bed461a3d335f6a Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 25 Oct 2018 21:59:17 +0200 Subject: mod_mam: Remove embedded fallback archive driver (fixes #972) It was equivalent to mod_storage_memory, which is included as a separate module now. --- plugins/mod_mam/mod_mam.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/mod_mam/mod_mam.lua') diff --git a/plugins/mod_mam/mod_mam.lua b/plugins/mod_mam/mod_mam.lua index cb4b686b..94bedbb1 100644 --- a/plugins/mod_mam/mod_mam.lua +++ b/plugins/mod_mam/mod_mam.lua @@ -44,7 +44,6 @@ if not archive.find then error("mod_"..(archive._provided_by or archive.name and "storage_"..archive.name).." does not support archiving\n" .."See https://prosody.im/doc/storage and https://prosody.im/doc/archiving for more information"); end - local use_total = module:get_option_boolean("mam_include_total", true); local cleanup; -- cgit v1.2.3