mirror of https://github.com/vector-im/riot-web
Merge pull request #4337 from vector-im/t3chguy/fix_forwarding
change dispatcher forward_event signaturepull/4352/head
commit
cf9cd503e5
|
@ -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