Disco: hide external components.

This commit is contained in:
John Livingston 2022-11-01 11:23:34 +01:00
parent ab89351f42
commit 6a54f4d747
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC

View File

@ -262,6 +262,7 @@ class ProsodyConfigContent {
for (const component of components) {
const c = new ProsodyConfigComponent(component.name)
c.set('component_secret', component.secret)
c.set('disco_hidden', true)
this.externalComponents.push(c)
}
}