You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-12 12:41:46 +03:00
Wire up jump-to-bottom knob
... which I embarassingly forgot
This commit is contained in:
@ -1568,9 +1568,10 @@ module.exports = React.createClass({
|
||||
tabCompleteEntries={tabEntries}
|
||||
numUnreadMessages={this.state.numUnreadMessages}
|
||||
hasUnsentMessages={this.state.hasUnsentMessages}
|
||||
onResendAllClick={this.onResendAllClick}
|
||||
atEndOfLiveTimeline={this.state.atEndOfLiveTimeline}
|
||||
hasActiveCall={inCall}
|
||||
onResendAllClick={this.onResendAllClick}
|
||||
onScrollToBottomClick={this.jumpToLiveTimeline}
|
||||
/>
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user