Commit f2b42dbb authored by Armando Jagucki's avatar Armando Jagucki Committed by ajagucki

No need to flush the transcript-events queue on room destruction. If the room...

No need to flush the transcript-events queue on room destruction. If the room is being destroyed, so is its parent container in CS, along with all of its transcripts.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10364 b35dd754-fafc-0310-a699-88a17e54d16e
parent 8fc2576a
......@@ -169,8 +169,7 @@ public class ClearspaceMUCTranscriptManager implements MUCEventListener {
}
public void roomDestroyed(JID roomJID) {
// We want to flush the queue immediately when a room is destroyed.
forceQueueFlush();
// Do nothing
}
public void occupantJoined(JID roomJID, JID user, String nickname) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment