From 0cc9570e58178b026429e55d886542d382f238b3 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Wed, 5 May 2021 18:03:38 +0200 Subject: [PATCH] Fix allow_message_corrections. --- conversejs/builtin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conversejs/builtin.ts b/conversejs/builtin.ts index 03ae6bc5..daee11ee 100644 --- a/conversejs/builtin.ts +++ b/conversejs/builtin.ts @@ -127,7 +127,7 @@ window.initConverse = async function initConverse ({ allow_logout: false, show_controlbox_by_default: false, view_mode: 'fullscreen', - allow_message_corrections: true, + allow_message_corrections: 'all', allow_message_retraction: 'all' }