1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-19 20:23:18 +03:00

use more consistent naming

This commit is contained in:
Bruno Windels
2018-07-13 14:23:24 +02:00
parent 54904c9282
commit e237a02fa5
2 changed files with 2 additions and 2 deletions

View File

@ -754,7 +754,7 @@ module.exports = React.createClass({
return;
}
const roomId = this.state.room.roomId;
const dmInviter = me.getDirectChatInviter();
const dmInviter = me.getDMInviter();
if (dmInviter) {
Rooms.setDMRoom(roomId, dmInviter);