pull/21833/head
Jorik Schellekens 2020-07-09 18:37:18 +01:00
parent ade89ab4e9
commit 8a7bebc6bf
1 changed files with 1 additions and 1 deletions

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) => {