You've already forked matrix-react-sdk
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:
@ -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(
|
||||||
|
Reference in New Issue
Block a user