fix: Chats did nt update in realtime
This commit is contained in:
parent
62f51d0be4
commit
c2bbf30503
1 changed files with 0 additions and 1 deletions
|
@ -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>>();
|
||||
|
||||
|
|
Loading…
Reference in a new issue