You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
Syntax fail
This commit is contained in:
@@ -132,8 +132,8 @@ module.exports = React.createClass({
|
|||||||
if (members.length === 1 &&
|
if (members.length === 1 &&
|
||||||
invited.length === 1 &&
|
invited.length === 1 &&
|
||||||
userIds.indexOf(members[0].userId) !== -1 &&
|
userIds.indexOf(members[0].userId) !== -1 &&
|
||||||
userIds.indexOf(invited[0].userId) !== -1) &&
|
userIds.indexOf(invited[0].userId) !== -1 &&
|
||||||
invitedRoomId === null
|
invitedRoomId === null)
|
||||||
{
|
{
|
||||||
invitedRoomId = rooms[i].roomId;
|
invitedRoomId = rooms[i].roomId;
|
||||||
// keep looking: we'll use this one if there's nothing better
|
// keep looking: we'll use this one if there's nothing better
|
||||||
|
|||||||
Reference in New Issue
Block a user