Add missing JumpToOldestUnread action

This commit is contained in:
Clemens Zeidler 2021-03-01 22:15:05 +13:00
parent 601be50b71
commit ef7284e69d
2 changed files with 3 additions and 1 deletions

View file

@ -668,7 +668,7 @@ export default class RoomView extends React.Component<IProps, IState> {
this.jumpToLiveTimeline();
handled = true;
break;
case RoomAction.ScrollUp:
case RoomAction.JumpToOldestUnread:
this.jumpToReadMarker();
handled = true;
break;