diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d1af1fa..6be19d07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## Unreleased Yet + +### Features + +* Using ConverseJS 9.0.0 (instead of 7.0.6). + * NB: the «spoiler» function is disabled, as it is buggy in ConverseJS 9.0.0 (see ) + ## 5.1.0 ### Features diff --git a/conversejs/builtin.ts b/conversejs/builtin.ts index 129a09b7..05899e46 100644 --- a/conversejs/builtin.ts +++ b/conversejs/builtin.ts @@ -143,7 +143,7 @@ window.initConverse = async function initConverse ({ allow_message_retraction: 'all', visible_toolbar_buttons: { call: false, - spoiler: true, + spoiler: false, emoji: true, toggle_occupants: true },