ConverseJS 9.0.0: first attempt to integrate.

This commit is contained in:
John Livingston
2021-12-06 14:47:34 +01:00
parent 9ac40efb54
commit 79876e1750
7 changed files with 13 additions and 9 deletions

View File

@ -150,6 +150,7 @@ window.initConverse = async function initConverse ({
theme: theme || 'peertube',
persistent_store: 'sessionStorage',
show_images_inline: false, // for security reason, and to avoid bugs when image is larger that iframe
render_media: false, // for security reason, and to avoid bugs when image is larger that iframe
whitelisted_plugins: ['livechatWindowTitlePlugin']
}