mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
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
Block a user