mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
Redundant line.
This commit is contained in:
parent
581111e1a7
commit
1507b39940
@ -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({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user