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
No known key found for this signature in database
GPG key ID: 5F82280C35134661

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