Skip to content

Commit d312cf5

Browse files
committed
Pass rsmItem through to channel manager
1 parent d1d3777 commit d312cf5

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/buddycloud/channelserver/packetprocessor/iq/namespace/pubsub/get

1 file changed

+1
-1
lines changed

src/main/java/org/buddycloud/channelserver/packetprocessor/iq/namespace/pubsub/get/RepliesGet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ private void addReplies() throws NodeStoreException {
106106
after = false;
107107
}
108108

109-
CloseableIterator<NodeItem> items = channelManager.getNodeItemReplies(node, parentId, afterItemId, after, maxResults);
109+
CloseableIterator<NodeItem> items = channelManager.getNodeItemReplies(node, parentId, rsmItem, after, maxResults);
110110
NodeItem item;
111111
Element entry;
112112
Element itemElement;

0 commit comments

Comments
 (0)