move typing notifications to WhoIsTypingTile, shown in ScrollPanel

This commit is contained in:
Bruno Windels 2018-11-12 16:09:51 +01:00
parent b0032b247d
commit 7df47cbc87
5 changed files with 261 additions and 0 deletions

View file

@ -1154,6 +1154,7 @@ var TimelinePanel = React.createClass({
);
return (
<MessagePanel ref="messagePanel"
room={this.props.timelineSet.room}
hidden={this.props.hidden}
backPaginating={this.state.backPaginating}
forwardPaginating={forwardPaginating}