Merge pull request #4337 from vector-im/t3chguy/fix_forwarding

change dispatcher forward_event signature
pull/4464/head
Matthew Hodgson 2017-06-18 23:45:12 +01:00 committed by David Baker
parent a9dfd4da2d
commit adbe5c71b7
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ module.exports = React.createClass({
onForwardClick: function() {
dis.dispatch({
action: 'forward_event',
content: this.props.mxEvent,
event: this.props.mxEvent,
});
this.closeMenu();
},