insert_displayname -> insert_mention
This commit is contained in:
parent
6d7bff83ca
commit
08cc0c421d
3 changed files with 3 additions and 3 deletions
|
@ -298,7 +298,7 @@ module.exports = React.createClass({
|
|||
onEmoteSenderClick: function(event) {
|
||||
const mxEvent = this.props.mxEvent;
|
||||
dis.dispatch({
|
||||
action: 'insert_displayname',
|
||||
action: 'insert_mention',
|
||||
user_id: mxEvent.getSender(),
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue