We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de5be1 commit 8ab38d8Copy full SHA for 8ab38d8
1 file changed
src/main/java/org/buddycloud/channelserver/packetprocessor/iq/namespace/pubsub/get/RecentItemsGet.java
@@ -152,7 +152,7 @@ private void addRecentItems() throws NodeStoreException {
152
}
153
154
itemElement = itemsElement.addElement("item");
155
- itemElement.addAttribute("id", itemId);
+ itemElement.addAttribute("id", item.getId());
156
157
if (null == firstItemId)
158
firstItemId = itemId;
0 commit comments