mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
Rename
Co-Authored-By: dbkr <dbkr@users.noreply.github.com>
This commit is contained in:
parent
63d19a899b
commit
ea01853233
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@ var TimelinePanel = React.createClass({
|
|||
//
|
||||
// We ignore events we have sent ourselves; we don't want to see the
|
||||
// read-marker when a remote echo of an event we have just sent takes
|
||||
// more than the timeout on userRecentlyActive.
|
||||
// more than the timeout on userActiveRecently.
|
||||
//
|
||||
const myUserId = MatrixClientPeg.get().credentials.userId;
|
||||
const sender = ev.sender ? ev.sender.userId : null;
|
||||
|
|
Loading…
Reference in a new issue