mirror of https://github.com/vector-im/riot-web
change dispatcher forward_event signature
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/4337/head
parent
491d83b17f
commit
274536bf13
|
@ -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();
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue