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());