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}
/>);
}