Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
RiotTranslate 2017-05-30 14:01:24 +00:00
commit d96c3656a6

View file

@ -161,7 +161,7 @@ module.exports = React.createClass({
); );
} }
if (this.state.canRedact) { if (!eventStatus && this.state.canRedact) {
redactButton = ( redactButton = (
<div className="mx_MessageContextMenu_field" onClick={this.onRedactClick}> <div className="mx_MessageContextMenu_field" onClick={this.onRedactClick}>
{ _t('Remove') } { _t('Remove') }