You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Missed a _isDmChat call when refactoring
This commit is contained in:
@@ -83,7 +83,7 @@ module.exports = React.createClass({
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (inviteList.length > 0) {
|
if (inviteList.length > 0) {
|
||||||
if (this._isDmChat()) {
|
if (this._isDmChat(inviteList)) {
|
||||||
// Direct Message chat
|
// Direct Message chat
|
||||||
var room = this._getDirectMessageRoom(inviteList[0]);
|
var room = this._getDirectMessageRoom(inviteList[0]);
|
||||||
if (room) {
|
if (room) {
|
||||||
|
|||||||
Reference in New Issue
Block a user