1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-13 08:02:38 +03:00
This commit is contained in:
Jorik Schellekens
2020-07-09 18:37:18 +01:00
parent ade89ab4e9
commit 8a7bebc6bf

View File

@@ -191,7 +191,7 @@ export default class RoomList2 extends React.Component<IProps, IState> {
show_room_tile: true, // to make sure the room gets scrolled into view
});
}
}
}
};
private getRoomDelta = (roomId: string, delta: number, unread = false) => {