From 3e5eda1fd61ab057472c4e8734ba57e1a0c84a33 Mon Sep 17 00:00:00 2001 From: Osmium Sorcerer Date: Mon, 6 Apr 2026 22:06:50 +0000 Subject: Remove attorneyMarkdown It only caused chat_config.ini to be requested a lot. --- webAO/viewport/utils/handleICSpeaking.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/webAO/viewport/utils/handleICSpeaking.ts b/webAO/viewport/utils/handleICSpeaking.ts index b48a445..668d92f 100644 --- a/webAO/viewport/utils/handleICSpeaking.ts +++ b/webAO/viewport/utils/handleICSpeaking.ts @@ -16,10 +16,6 @@ import preloadMessageAssets from "./preloadMessageAssets"; let attorneyMarkdown: ReturnType | null = null; const initAttorneyMarkdown = async () => { - if (!attorneyMarkdown) { - const iniContent = await request(`${AO_HOST}themes/default/chat_config.ini`); - attorneyMarkdown = mlConfig(iniContent); - } return attorneyMarkdown; }; -- cgit