Revert "fix: Chats did nt update in realtime"
This reverts commit 976f06f4e3
.
This commit is contained in:
parent
577de84366
commit
42ce587572
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ 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