diff --git a/scripts/communityScripts/armored-chat/armored_chat.js b/scripts/communityScripts/armored-chat/armored_chat.js index 5b7ae054ed..3736922a69 100644 --- a/scripts/communityScripts/armored-chat/armored_chat.js +++ b/scripts/communityScripts/armored-chat/armored_chat.js @@ -165,6 +165,7 @@ switch (event.action) { case "erase_history": Settings.setValue("ArmoredChat-Messages", null); + messageHistory = []; _emitEvent({ type: "clear_messages", });