Diff

plugins/mod_pubsub/mod_pubsub.lua @ 8318:d0a7fc7614de

mod_pubsub, mod_pep_plus: Rename simple_itemstore to reflect that it's based on archive storage
author Kim Alvefur <zash@zash.se>
date Thu, 12 Oct 2017 01:31:08 +0200
parent 8313:21466b778bf1
child 8327:0b561f8bc790
line wrap: on
line diff
--- a/plugins/mod_pubsub/mod_pubsub.lua	Wed Oct 11 22:18:26 2017 +0200
+++ b/plugins/mod_pubsub/mod_pubsub.lua	Thu Oct 12 01:31:08 2017 +0200
@@ -40,7 +40,7 @@
 
 local function simple_itemstore(config, node)
 	local archive = module:open_store("pubsub_"..node, "archive");
-	return lib_pubsub.simple_itemstore(archive, config, nil, node, expose_publisher);
+	return lib_pubsub.archive_itemstore(archive, config, nil, node, expose_publisher);
 end
 
 if enable_persistence then