Rename
Co-Authored-By: dbkr <dbkr@users.noreply.github.com>
This commit is contained in:
parent
ea01853233
commit
2d074d0de6
1 changed files with 1 additions and 1 deletions
|
@ -457,7 +457,7 @@ var TimelinePanel = React.createClass({
|
||||||
const myUserId = MatrixClientPeg.get().credentials.userId;
|
const myUserId = MatrixClientPeg.get().credentials.userId;
|
||||||
const sender = ev.sender ? ev.sender.userId : null;
|
const sender = ev.sender ? ev.sender.userId : null;
|
||||||
var callRMUpdated = false;
|
var callRMUpdated = false;
|
||||||
if (sender != myUserId && !UserActivity.sharedInstance().userRecentlyActive()) {
|
if (sender != myUserId && !UserActivity.sharedInstance().userActiveRecently()) {
|
||||||
updatedState.readMarkerVisible = true;
|
updatedState.readMarkerVisible = true;
|
||||||
} else if (lastEv && this.getReadMarkerPosition() === 0) {
|
} else if (lastEv && this.getReadMarkerPosition() === 0) {
|
||||||
// we know we're stuckAtBottom, so we can advance the RM
|
// we know we're stuckAtBottom, so we can advance the RM
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue