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() {
|
onForwardClick: function() {
|
||||||
dis.dispatch({
|
dis.dispatch({
|
||||||
action: 'forward_event',
|
action: 'forward_event',
|
||||||
content: this.props.mxEvent,
|
event: this.props.mxEvent,
|
||||||
});
|
});
|
||||||
this.closeMenu();
|
this.closeMenu();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue