Release V1.2

This commit is contained in:
Flatlogic Bot 2026-02-21 22:43:42 +00:00
parent 7d31c24902
commit 4e95f028af
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
<?php
header('Content-Type: application/json');
header('Cache-Control: no-store, no-cache, must-revalidate, max-age=0');
header('Cache-Control: post-check=0, pre-check=0', false);
header('Pragma: no-cache');
require_once 'auth/session.php';
require_once 'includes/opengraph.php';
require_once 'includes/ai_filtering.php';

View File

@ -605,7 +605,7 @@ document.addEventListener('DOMContentLoaded', () => {
});
}
} catch (e) { }
}, 1000);
}, 3000);
function showTyping(username) {
if (!typingIndicator) return;