Disable sending of quoted replies for now
This commit is contained in:
parent
21713cbce7
commit
ba4b033db9
1 changed files with 2 additions and 1 deletions
|
@ -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()));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue