Merge pull request #1353 from matrix-org/luke/feature-sticky-date-separators
Implement sticky date separators
This commit is contained in:
commit
262d66f579
6 changed files with 193 additions and 143 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue