1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

do not list rooms by default

This commit is contained in:
Matthew Hodgson
2016-06-01 02:03:53 +01:00
parent c3fc76cdaa
commit 272afe39dc
2 changed files with 2 additions and 0 deletions

View File

@ -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) {

View File

@ -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(