мини фикс багов

This commit is contained in:
UNIKNOW 2024-05-06 18:38:06 +04:00
parent 6fa747f72a
commit 5922db8351

View file

@ -1,5 +1,3 @@
import { FlyControls } from "three/examples/jsm/Addons.js";
export async function getLastMessages(chatId,msgLoaded){
const response = await fetch(`http://localhost:8000/api/chat/get_some_messages/${chatId}?messages_loaded=${msgLoaded}&messages_to_get=14`,