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
2 changed files with 8 additions and 1 deletions

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