1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-12-01 09:58:03 +03:00

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
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 }