Room list: using new chat page

This commit is contained in:
John Livingston
2024-04-03 12:13:44 +02:00
parent 624f053d02
commit e5e6c6f953
7 changed files with 55 additions and 33 deletions

View File

@ -204,7 +204,7 @@ function register (registerOptions: RegisterClientOptions): void {
}
// Loading converseJS...
await displayConverseJS(registerOptions, container, roomkey, 'peertube-video')
await displayConverseJS(registerOptions, container, roomkey, 'peertube-video', false)
if (additionalStyles) {
container.setAttribute('style', additionalStyles)