Skip to content

Commit 17d6d35

Browse files
committed
Missed one.
1 parent 5f0a611 commit 17d6d35

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,13 @@ public void process(Element elm, JID actorJID, IQ reqIQ, Element rsm) throws Exc
7676
parseRsmElement();
7777
addItems();
7878
addRsmElement();
79-
// TODO(lloydwatkin) two responses on the out queue?
79+
8080
outQueue.put(response);
8181
} catch (NodeStoreException e) {
8282
LOGGER.error(e);
8383
response.getElement().remove(pubsub);
8484
setErrorCondition(PacketError.Type.wait, PacketError.Condition.internal_server_error);
8585
}
86-
outQueue.put(response);
8786
}
8887

8988
private boolean itemExists() throws NodeStoreException {

0 commit comments

Comments
 (0)