Diff

plugins/mod_mam/mod_mam.lua @ 9555:ed5a5ddcef17

mod_mam: Remove embedded fallback archive driver (fixes #972) It was equivalent to mod_storage_memory, which is included as a separate module now.
author Kim Alvefur <zash@zash.se>
date Thu, 25 Oct 2018 21:59:17 +0200
parent 9554:cba6e6168d26
child 9751:39ee70fbb009
child 9879:ddc07fb8dcd4
line wrap: on
line diff
--- a/plugins/mod_mam/mod_mam.lua	Thu Oct 25 21:58:22 2018 +0200
+++ b/plugins/mod_mam/mod_mam.lua	Thu Oct 25 21:59:17 2018 +0200
@@ -44,7 +44,6 @@
 	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;