Disco: hide external components.
This commit is contained in:
parent
ab89351f42
commit
6a54f4d747
@ -262,6 +262,7 @@ class ProsodyConfigContent {
|
|||||||
for (const component of components) {
|
for (const component of components) {
|
||||||
const c = new ProsodyConfigComponent(component.name)
|
const c = new ProsodyConfigComponent(component.name)
|
||||||
c.set('component_secret', component.secret)
|
c.set('component_secret', component.secret)
|
||||||
|
c.set('disco_hidden', true)
|
||||||
this.externalComponents.push(c)
|
this.externalComponents.push(c)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user