From 2e538ffc6b59aab516438774037324acc240b317 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Mon, 17 Jan 2022 14:12:45 +0000 Subject: mod_storage_xep0227: Fix traceback during iteration of driver stores :include(other_set), :add(item) --- plugins/mod_storage_xep0227.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/mod_storage_xep0227.lua b/plugins/mod_storage_xep0227.lua index c4fe30a4..d169de24 100644 --- a/plugins/mod_storage_xep0227.lua +++ b/plugins/mod_storage_xep0227.lua @@ -694,7 +694,7 @@ local function get_store_names_from_xml(self, user_xml) if handler_funcs._stores then stores:include(handler_funcs._stores(self, user_xml)); else - stores:include(handler_name); + stores:add(handler_name); end end return stores; -- cgit v1.2.3