Also allow not_sent messages to be cancelled entirely.

pull/477/head
Kegan Dougal 2015-12-07 13:55:10 +00:00
parent 1af1297afc
commit 39778330b5
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ module.exports = React.createClass({
);
}
if (eventStatus === "queued") {
if (eventStatus === "queued" || eventStatus === "not_sent") {
cancelButton = (
<div className="mx_ContextualMenu_field" onClick={this.onCancelSendClick}>
Cancel Sending