mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge pull request #4337 from vector-im/t3chguy/fix_forwarding
change dispatcher forward_event signature
This commit is contained in:
parent
a9dfd4da2d
commit
adbe5c71b7
@ -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
Block a user