1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-16 22:01:54 +03:00

Merge branch 'develop' into luke/feature-sticky-date-separators

This commit is contained in:
Luke Barnard
2017-08-30 14:06:06 +01:00
45 changed files with 735 additions and 249 deletions

View File

@ -62,7 +62,7 @@ module.exports = React.createClass({
ourUserId: React.PropTypes.string,
// whether to show read receipts
manageReadReceipts: React.PropTypes.bool,
showReadReceipts: React.PropTypes.bool,
// true if updates to the event list should cause the scroll panel to
// scroll down when we are at the bottom of the window. See ScrollPanel
@ -488,7 +488,7 @@ module.exports = React.createClass({
var scrollToken = mxEv.status ? undefined : eventId;
var readReceipts;
if (this.props.manageReadReceipts) {
if (this.props.showReadReceipts) {
readReceipts = this._getReadReceiptsForEvent(mxEv);
}
ret.push(