Merge pull request #4078 from vector-im/t3chguy/pl_redact_fix

managed to eat the eventStatus check, can't redact a local-echo etc
This commit is contained in:
Matthew Hodgson
2017-05-30 14:21:41 +01:00
committed by GitHub

View File

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