You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
Comment typo
and out comment in more sensible place
This commit is contained in:
@@ -679,9 +679,9 @@ module.exports = React.createClass({
|
|||||||
if (this.state.room) {
|
if (this.state.room) {
|
||||||
const me = this.state.room.getMember(MatrixClientPeg.get().credentials.userId);
|
const me = this.state.room.getMember(MatrixClientPeg.get().credentials.userId);
|
||||||
if (me && me.membership == 'invite') {
|
if (me && me.membership == 'invite') {
|
||||||
// The 'direct' hihnt is there, so declare that this is a DM room for
|
|
||||||
// whoever invited us.
|
|
||||||
if (me.events.member.getContent().is_direct) {
|
if (me.events.member.getContent().is_direct) {
|
||||||
|
// The 'direct' hint is there, so declare that this is a DM room for
|
||||||
|
// whoever invited us.
|
||||||
return Rooms.setDMRoom(this.state.room.roomId, me.events.member.getSender());
|
return Rooms.setDMRoom(this.state.room.roomId, me.events.member.getSender());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user