don't show RRs if manageRRs is false
This commit is contained in:
parent
334564c814
commit
7174648f94
2 changed files with 8 additions and 1 deletions
|
@ -972,6 +972,7 @@ var TimelinePanel = React.createClass({
|
|||
readMarkerVisible={ this.state.readMarkerVisible }
|
||||
suppressFirstDateSeparator={ this.state.canBackPaginate }
|
||||
showUrlPreview = { this.props.showUrlPreview }
|
||||
manageReadReceipts = { this.props.manageReadReceipts }
|
||||
ourUserId={ MatrixClientPeg.get().credentials.userId }
|
||||
stickyBottom={ stickyBottom }
|
||||
onScroll={ this.onMessageListScroll }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue