Redundant line.

pull/21833/head
David Baker 2016-01-09 00:07:51 +00:00
parent 581111e1a7
commit 1507b39940
1 changed files with 0 additions and 1 deletions

View File

@ -249,7 +249,6 @@ module.exports = React.createClass({
var readReceiptEventId = this.state.room.getEventReadUpTo(MatrixClientPeg.get().credentials.userId);
var readMarkerGhostEventId = this.state.readMarkerGhostEventId;
if (this.state.readReceiptEventId !== undefined && this.state.readReceiptEventId != readReceiptEventId) {
var newReadEventIndex = this._indexForEventId(readReceiptEventId);
readMarkerGhostEventId = this.state.readReceiptEventId;
}
this.setState({