plugins/mod_pep_plus.lua
changeset 8321 d0a7fc7614de
parent 8318 967f04fe7fd4
child 8322 57e3ad11f3f6
--- a/plugins/mod_pep_plus.lua	Wed Oct 11 22:18:26 2017 +0200
+++ b/plugins/mod_pep_plus.lua	Thu Oct 12 01:31:08 2017 +0200
@@ -45,7 +45,7 @@
 		module:log("debug", "new simple_itemstore(%q, %q)", username, node);
 		known_nodes_map:set(username, node, true);
 		local archive = module:open_store("pep_"..node, "archive");
-		return lib_pubsub.simple_itemstore(archive, config, username, node, false);
+		return lib_pubsub.archive_itemstore(archive, config, username, node, false);
 	end
 end