Disable sending of quoted replies for now

pull/1/head
Scott Nonnenberg 8 years ago
parent 21713cbce7
commit ba4b033db9
No known key found for this signature in database
GPG Key ID: 5F82280C35134661

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

Loading…
Cancel
Save