mod_storage_xmlarchive/mod_storage_xmlarchive.lua
changeset 3589 ddf109d58eff
parent 3576 7700c9537e90
child 3591 c24d43ababc6
--- a/mod_storage_xmlarchive/mod_storage_xmlarchive.lua	Sun May 05 16:04:20 2019 +0200
+++ b/mod_storage_xmlarchive/mod_storage_xmlarchive.lua	Sun May 05 16:09:30 2019 +0200
@@ -286,6 +286,10 @@
 	return dates;
 end
 
+function archive:users()
+	return dm.users(module.host, self.store, "list");
+end
+
 local provider = {};
 function provider:open(store, typ)
 	if typ ~= "archive" then return nil, "unsupported-store"; end