mirror of https://github.com/vector-im/riot-web
parent
da4c2f8b31
commit
f76b9b4489
|
@ -504,7 +504,7 @@ var TimelinePanel = React.createClass({
|
||||||
// very possible have logged out within that timeframe, so check
|
// very possible have logged out within that timeframe, so check
|
||||||
// we still have a client.
|
// we still have a client.
|
||||||
const cli = MatrixClientPeg.get();
|
const cli = MatrixClientPeg.get();
|
||||||
// if no client or client is guest don't send RR (vector-im/riot-web#3758)
|
// if no client or client is guest don't send RR
|
||||||
if (!cli || cli.isGuest()) return;
|
if (!cli || cli.isGuest()) return;
|
||||||
|
|
||||||
var currentReadUpToEventId = this._getCurrentReadReceipt(true);
|
var currentReadUpToEventId = this._getCurrentReadReceipt(true);
|
||||||
|
|
Loading…
Reference in New Issue