remove link to issue

not very useful
This commit is contained in:
Michael Telatynski 2017-05-04 17:25:23 +01:00 committed by GitHub
parent da4c2f8b31
commit f76b9b4489

View file

@ -504,7 +504,7 @@ var TimelinePanel = React.createClass({
// very possible have logged out within that timeframe, so check
// we still have a client.
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;
var currentReadUpToEventId = this._getCurrentReadReceipt(true);