mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
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…
Add table
Reference in a new issue