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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user