1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

rename to mostRecentActivityFirst to disambiguate from sorting by when you joined a room, which this is not.

This commit is contained in:
David Baker
2015-07-08 18:21:57 +01:00
parent d58fdef362
commit c14886a1ee
3 changed files with 4 additions and 4 deletions

View File

@@ -96,7 +96,7 @@ module.exports = {
},
getRoomList() {
return RoomListSorter.mostRecentFirst(MatrixClientPeg.get().getRooms());
return RoomListSorter.mostRecentActivityFirst(MatrixClientPeg.get().getRooms());
},
makeRoomTiles: function() {