forked from matrix/element-web
rename action, now forwarding any event is possible, limited by where
button is shown, i.e easy to modify Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
eaeac1230f
commit
09f987559b
|
@ -90,8 +90,8 @@ module.exports = React.createClass({
|
|||
|
||||
onForwardClick: function() {
|
||||
dis.dispatch({
|
||||
action: 'forward_message',
|
||||
content: this.props.mxEvent.getContent(),
|
||||
action: 'forward_event',
|
||||
content: this.props.mxEvent,
|
||||
});
|
||||
this.closeMenu();
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue