Forgot the final message sort.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6143 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Par Winzell
2010-09-07 19:13:02 +00:00
parent 628e03beed
commit 59588467f7
@@ -117,6 +117,7 @@ public abstract class ChatChannelManager
for (Map.Entry<String, List<ChatHistoryEntry>> entry : requestResult.getNodeResults().entrySet()) {
result.history.addAll(entry.getValue());
}
Collections.sort(result.history, SORT_BY_TIMESTAMP);
lner.requestCompleted(result);
}