You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Redundant line.
This commit is contained in:
@ -249,7 +249,6 @@ module.exports = React.createClass({
|
|||||||
var readReceiptEventId = this.state.room.getEventReadUpTo(MatrixClientPeg.get().credentials.userId);
|
var readReceiptEventId = this.state.room.getEventReadUpTo(MatrixClientPeg.get().credentials.userId);
|
||||||
var readMarkerGhostEventId = this.state.readMarkerGhostEventId;
|
var readMarkerGhostEventId = this.state.readMarkerGhostEventId;
|
||||||
if (this.state.readReceiptEventId !== undefined && this.state.readReceiptEventId != readReceiptEventId) {
|
if (this.state.readReceiptEventId !== undefined && this.state.readReceiptEventId != readReceiptEventId) {
|
||||||
var newReadEventIndex = this._indexForEventId(readReceiptEventId);
|
|
||||||
readMarkerGhostEventId = this.state.readReceiptEventId;
|
readMarkerGhostEventId = this.state.readReceiptEventId;
|
||||||
}
|
}
|
||||||
this.setState({
|
this.setState({
|
||||||
|
Reference in New Issue
Block a user