mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
change dispatcher forward_event signature
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
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
Block a user