diff --git a/js/views/message_view.js b/js/views/message_view.js index 12b278f2f..38bbcf353 100644 --- a/js/views/message_view.js +++ b/js/views/message_view.js @@ -447,7 +447,8 @@ avatar: (contact && contact.getAvatar()), profileName: (contact && contact.getProfileName()), innerBubbleClasses: this.isImageWithoutCaption() ? '' : 'with-tail', - hoverIcon: !hasErrors, + // TODO: Turn this on when we're ready to enable sending quoted replies + hoverIcon: false, // !hasErrors, hasAttachments, reply: i18n('replyToMessage'), }, this.render_partials()));