You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-28 09:24:05 +03:00
use more consistent naming
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user