Merge pull request #1353 from matrix-org/luke/feature-sticky-date-separators

Implement sticky date separators
This commit is contained in:
David Baker 2017-09-05 14:15:47 +01:00 committed by GitHub
commit 262d66f579
6 changed files with 193 additions and 143 deletions

View file

@ -1147,7 +1147,6 @@ var TimelinePanel = React.createClass({
highlightedEventId={ this.props.highlightedEventId }
readMarkerEventId={ this.state.readMarkerEventId }
readMarkerVisible={ this.state.readMarkerVisible }
suppressFirstDateSeparator={ this.state.canBackPaginate }
showUrlPreview={ this.props.showUrlPreview }
showReadReceipts={ this.props.showReadReceipts }
ourUserId={ MatrixClientPeg.get().credentials.userId }