Software /
code /
prosody
Diff
plugins/mod_pubsub/pubsub.lib.lua @ 8218:2c75a5ba58fc
mod_pubsub: Pass 'user' to simple_itemstore
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 26 Apr 2017 12:09:58 +0200 |
parent | 8217:5f4e0d67b82a |
child | 8219:2e68ae095645 |
line wrap: on
line diff
--- a/plugins/mod_pubsub/pubsub.lib.lua Wed Apr 26 12:06:41 2017 +0200 +++ b/plugins/mod_pubsub/pubsub.lib.lua Wed Apr 26 12:09:58 2017 +0200 @@ -326,7 +326,7 @@ return item; end -local function simple_itemstore(archive, config, node, expose_publisher) +local function simple_itemstore(archive, config, user, node, expose_publisher) module:log("debug", "Creation of itemstore for node %s with config %s", node, config); local get_set = {}; function get_set:items()