fix: Chats did nt update in realtime

This commit is contained in:
cutestnekoaqua 2023-01-19 17:37:44 +01:00
parent 62f51d0be4
commit c2bbf30503

View file

@ -64,7 +64,6 @@ const router = useRouter();
let messages = $ref([]); let messages = $ref([]);
let groupMessages = $ref([]); let groupMessages = $ref([]);
let connection = $ref(null); let connection = $ref(null);
let paginationComponentUser = $ref<InstanceType<typeof MkPagination>>(); let paginationComponentUser = $ref<InstanceType<typeof MkPagination>>();
let paginationComponentGroup = $ref<InstanceType<typeof MkPagination>>(); let paginationComponentGroup = $ref<InstanceType<typeof MkPagination>>();