Skip to content

Commit a05211f

Browse files
committed
switching previous dupe fix
1 parent 17d6d35 commit a05211f

1 file changed

Lines changed: 2 additions & 1 deletion

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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,13 @@ public void process(Element elm, JID actorJID, IQ reqIQ, Element rsm) throws Exc
7777
addItems();
7878
addRsmElement();
7979

80-
outQueue.put(response);
8180
} catch (NodeStoreException e) {
8281
LOGGER.error(e);
8382
response.getElement().remove(pubsub);
8483
setErrorCondition(PacketError.Type.wait, PacketError.Condition.internal_server_error);
8584
}
85+
86+
outQueue.put(response);
8687
}
8788

8889
private boolean itemExists() throws NodeStoreException {

0 commit comments

Comments
 (0)