ConverseJS: Remove spoilers as it is buggy.

This commit is contained in:
John Livingston 2022-01-03 17:20:39 +01:00
parent a0d313ffee
commit 365e2630e2
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
2 changed files with 8 additions and 1 deletions

View File

@ -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 <https://github.com/conversejs/converse.js/issues/2627>)
## 5.1.0
### Features

View File

@ -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
},