mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
do not list rooms by default
This commit is contained in:
parent
c3fc76cdaa
commit
272afe39dc
@ -492,6 +492,7 @@ module.exports = React.createClass({
|
||||
},
|
||||
type: 'm.room.guest_access',
|
||||
state_key: '',
|
||||
visibility: 'private',
|
||||
}
|
||||
],
|
||||
}).done(function(res) {
|
||||
|
||||
@ -340,6 +340,7 @@ module.exports = React.createClass({
|
||||
},
|
||||
type: 'm.room.guest_access',
|
||||
state_key: '',
|
||||
visibility: 'private',
|
||||
}
|
||||
],
|
||||
}).then(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user