From f76b9b44897dbf54f94052bc561e9147967d90c7 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@googlemail.com> Date: Thu, 4 May 2017 17:25:23 +0100 Subject: [PATCH] remove link to issue not very useful --- src/components/structures/TimelinePanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/TimelinePanel.js b/src/components/structures/TimelinePanel.js index 7bf89973c8..d29a08ceb4 100644 --- a/src/components/structures/TimelinePanel.js +++ b/src/components/structures/TimelinePanel.js @@ -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);