Disable sending of quoted replies for now

This commit is contained in:
Scott Nonnenberg
2018-04-20 15:26:44 -07:00
parent 21713cbce7
commit ba4b033db9

View File

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