do not list rooms by default
This commit is contained in:
parent
c3fc76cdaa
commit
272afe39dc
2 changed files with 2 additions and 0 deletions
|
@ -492,6 +492,7 @@ module.exports = React.createClass({
|
||||||
},
|
},
|
||||||
type: 'm.room.guest_access',
|
type: 'm.room.guest_access',
|
||||||
state_key: '',
|
state_key: '',
|
||||||
|
visibility: 'private',
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
}).done(function(res) {
|
}).done(function(res) {
|
||||||
|
|
|
@ -340,6 +340,7 @@ module.exports = React.createClass({
|
||||||
},
|
},
|
||||||
type: 'm.room.guest_access',
|
type: 'm.room.guest_access',
|
||||||
state_key: '',
|
state_key: '',
|
||||||
|
visibility: 'private',
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
}).then(
|
}).then(
|
||||||
|
|
Loading…
Reference in a new issue