ConverseJS: Remove spoilers as it is buggy.
This commit is contained in:
parent
a0d313ffee
commit
365e2630e2
@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# 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
|
## 5.1.0
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
@ -143,7 +143,7 @@ window.initConverse = async function initConverse ({
|
|||||||
allow_message_retraction: 'all',
|
allow_message_retraction: 'all',
|
||||||
visible_toolbar_buttons: {
|
visible_toolbar_buttons: {
|
||||||
call: false,
|
call: false,
|
||||||
spoiler: true,
|
spoiler: false,
|
||||||
emoji: true,
|
emoji: true,
|
||||||
toggle_occupants: true
|
toggle_occupants: true
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user