Show a tile at beginning of visible history (#5887)

This commit is contained in:
Robin
2022-01-20 09:51:31 +00:00
committed by GitHub
parent c4fc20018d
commit f59ea6d7ad
6 changed files with 83 additions and 4 deletions
+1 -1
View File
@@ -1574,7 +1574,7 @@ class TimelinePanel extends React.Component<IProps, IState> {
highlightedEventId={this.props.highlightedEventId}
readMarkerEventId={this.state.readMarkerEventId}
readMarkerVisible={this.state.readMarkerVisible}
suppressFirstDateSeparator={this.state.canBackPaginate}
canBackPaginate={this.state.canBackPaginate && this.state.firstVisibleEventIndex === 0}
showUrlPreview={this.props.showUrlPreview}
showReadReceipts={this.props.showReadReceipts}
ourUserId={MatrixClientPeg.get().credentials.userId}