From c431c9ab225de4fb67a558485310f3269f2b5300 Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Tue, 18 Apr 2017 15:18:21 +0100 Subject: [PATCH] Clarify comment --- src/components/structures/MessagePanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/MessagePanel.js b/src/components/structures/MessagePanel.js index bc59e945e9..8d50789eb0 100644 --- a/src/components/structures/MessagePanel.js +++ b/src/components/structures/MessagePanel.js @@ -389,7 +389,7 @@ module.exports = React.createClass({ } // XXX: there should be no need for a ghost tile - we should just use a - // a dispatch to start the RM animation. + // a dispatch (user_activity_end) to start the RM animation. if (eventId == this.currentGhostEventId) { // if we're showing an animation, continue to show it. ret.push(this._getReadMarkerGhostTile());