change dispatcher forward_event signature

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/4337/head
Michael Telatynski 2017-06-16 16:11:33 +01:00
parent 491d83b17f
commit 274536bf13
1 changed files with 1 additions and 1 deletions

View File

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