fix: Chats did nt update in realtime
This commit is contained in:
parent
269bc3fdff
commit
976f06f4e3
|
@ -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>>();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue