0be3d467ffaffae3d10cc7980a499d98cb5db0f9
Instead of making a separate fetch to /admin/chat/conversations (which Nginx intercepts), pre-load conversations in the PHP chat() method and embed them as window.INITIAL_CONVS JSON in the page script. renderConvs(INITIAL_CONVS) runs synchronously on page load — no HTTP request needed. setInterval still tries to refresh via fetch every 15s but the initial render no longer depends on it. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
3.4 MiB
Languages
PHP
86.7%
HTML
11.5%
CSS
1.7%
JavaScript
0.1%