1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Clicking jump to bottom resets room hash

This commit is contained in:
Germain Souquet
2021-03-31 12:28:24 +01:00
parent 58343c7699
commit a308a54183
3 changed files with 4 additions and 0 deletions

View File

@@ -2037,6 +2037,7 @@ export default class RoomView extends React.Component<IProps, IState> {
highlight={this.state.room.getUnreadNotificationCount('highlight') > 0}
numUnreadMessages={this.state.numUnreadMessages}
onScrollToBottomClick={this.jumpToLiveTimeline}
roomId={this.state.roomId}
/>);
}