You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Remove commented ordering code
No lomger needed now roosm come down in order
This commit is contained in:
@ -161,11 +161,6 @@ export default React.createClass({
|
|||||||
list.push(r);
|
list.push(r);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
/*[defaultCategoryRooms, ...Object.values(categoryRooms)].forEach((roomList) => {
|
|
||||||
roomList.sort((r1, r2) => {
|
|
||||||
return r1.order - r2.order;
|
|
||||||
});
|
|
||||||
});*/
|
|
||||||
|
|
||||||
let defaultCategoryNode = null;
|
let defaultCategoryNode = null;
|
||||||
if (defaultCategoryRooms.length > 0) {
|
if (defaultCategoryRooms.length > 0) {
|
||||||
|
Reference in New Issue
Block a user