insert_displayname -> insert_mention

This commit is contained in:
Luke Barnard
2017-07-20 18:02:54 +01:00
parent 6d7bff83ca
commit 08cc0c421d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -359,7 +359,7 @@ module.exports = withMatrixClient(React.createClass({
onSenderProfileClick: function(event) {
const mxEvent = this.props.mxEvent;
dis.dispatch({
action: 'insert_displayname',
action: 'insert_mention',
user_id: mxEvent.getSender(),
});
},