# HG changeset patch # User Kim Alvefur # Date 1407618208 -7200 # Node ID 92b930be261f6394b373ab096647bc77ec1ceec3 # Parent 9a0a0cfd37105a769886dbdafa52d463fae722bf mod_privacy_lists: Open 'privacy' storage (module:open_store() defaults to the name of the module) diff -r 9a0a0cfd3710 -r 92b930be261f mod_privacy_lists/mod_privacy_lists.lua --- a/mod_privacy_lists/mod_privacy_lists.lua Tue Aug 05 15:23:35 2014 +0200 +++ b/mod_privacy_lists/mod_privacy_lists.lua Sat Aug 09 23:03:28 2014 +0200 @@ -17,7 +17,7 @@ local load_roster = require "core.rostermanager".load_roster; local to_number = tonumber; -local privacy_storage = module:open_store(); +local privacy_storage = module:open_store("privacy"); local user_sessions = hosts[module.host].sessions; local function get_lists(username)