You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +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);
|
||||
}
|
||||
});
|
||||
/*[defaultCategoryRooms, ...Object.values(categoryRooms)].forEach((roomList) => {
|
||||
roomList.sort((r1, r2) => {
|
||||
return r1.order - r2.order;
|
||||
});
|
||||
});*/
|
||||
|
||||
let defaultCategoryNode = null;
|
||||
if (defaultCategoryRooms.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user