From 24adf2847eab5b14c37cfb7861793b376b29e0ac Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Tue, 17 May 2016 20:32:38 +0100 Subject: [PATCH] better comment --- 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 12cdce267e..e15993a07c 100644 --- a/src/components/structures/TimelinePanel.js +++ b/src/components/structures/TimelinePanel.js @@ -404,7 +404,7 @@ var TimelinePanel = React.createClass({ if (this.getScrollState().stuckAtBottom) { this.props.room.setUnreadNotificationCount('total', 0); this.props.room.setUnreadNotificationCount('highlight', 0); - // XXX: i'm a bit surprised we don't have to emit an event or dispatch to make the echo picked up + // XXX: i'm a bit surprised we don't have to emit an event or dispatch to get this picked up } var currentReadUpToEventId = this._getCurrentReadReceipt(true);