fix: Chats did nt update in realtime

This commit is contained in:
cutestnekoaqua 2023-01-19 17:37:44 +01:00
parent 269bc3fdff
commit 976f06f4e3
No known key found for this signature in database
GPG key ID: 6BF0964A5069C1E0

View file

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