diff options
author | Evgeny Khramtsov <xramtsov@gmail.com> | 2017-01-21 11:17:06 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-21 11:17:06 +0400 |
commit | 1e968f5487521db65037263d124a4e89c7bbe51c (patch) | |
tree | 2074eb3fc487b005ab3afea08a185e8e965c498c /include | |
parent | Add stanza-id to every archived message (#1477) (diff) | |
parent | mod_pubsub: Fix last item cache for multiple hosts (diff) |
Merge pull request #1478 from weiss/multi-host-pubsub-cache
mod_pubsub: Fix last item cache for multiple hosts
Diffstat (limited to 'include')
-rw-r--r-- | include/pubsub.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pubsub.hrl b/include/pubsub.hrl index f20fa4b7b..b2bc05c99 100644 --- a/include/pubsub.hrl +++ b/include/pubsub.hrl @@ -166,7 +166,7 @@ -record(pubsub_last_item, { - nodeid ,% :: mod_pubsub:nodeIdx(), + nodeid ,% :: {binary(), mod_pubsub:nodeIdx()}, itemid ,% :: mod_pubsub:itemId(), creation ,% :: {erlang:timestamp(), jlib:ljid()}, payload % :: mod_pubsub:payload() |