Release V1.2
This commit is contained in:
parent
7d31c24902
commit
4e95f028af
@ -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';
|
||||
|
||||
@ -605,7 +605,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
});
|
||||
}
|
||||
} catch (e) { }
|
||||
}, 1000);
|
||||
}, 3000);
|
||||
|
||||
function showTyping(username) {
|
||||
if (!typingIndicator) return;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user