|
|
@ -447,7 +447,8 @@
|
|
|
|
avatar: (contact && contact.getAvatar()),
|
|
|
|
avatar: (contact && contact.getAvatar()),
|
|
|
|
profileName: (contact && contact.getProfileName()),
|
|
|
|
profileName: (contact && contact.getProfileName()),
|
|
|
|
innerBubbleClasses: this.isImageWithoutCaption() ? '' : 'with-tail',
|
|
|
|
innerBubbleClasses: this.isImageWithoutCaption() ? '' : 'with-tail',
|
|
|
|
hoverIcon: !hasErrors,
|
|
|
|
// TODO: Turn this on when we're ready to enable sending quoted replies
|
|
|
|
|
|
|
|
hoverIcon: false, // !hasErrors,
|
|
|
|
hasAttachments,
|
|
|
|
hasAttachments,
|
|
|
|
reply: i18n('replyToMessage'),
|
|
|
|
reply: i18n('replyToMessage'),
|
|
|
|
}, this.render_partials()));
|
|
|
|
}, this.render_partials()));
|
|
|
|