Software /
code /
prosody
Diff
plugins/mod_pubsub/mod_pubsub.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 | 8213:e1272aeef31c |
child | 8221:4989a625419a |
line wrap: on
line diff
--- a/plugins/mod_pubsub/mod_pubsub.lua Wed Apr 26 12:06:41 2017 +0200 +++ b/plugins/mod_pubsub/mod_pubsub.lua Wed Apr 26 12:09:58 2017 +0200 @@ -39,7 +39,7 @@ end local function simple_itemstore(config, node) - return lib_pubsub.simple_itemstore(archive, config, node, expose_publisher); + return lib_pubsub.simple_itemstore(archive, config, nil, node, expose_publisher); end function simple_broadcast(kind, node, jids, item, actor)