mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Revert "fix: Chats did nt update in realtime"
This reverts commit 976f06f4e38dab3ad0f86a7e963d529b396b0cd5.
This commit is contained in:
parent
e2887da7bc
commit
10cbbbeaac
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ 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…
Add table
Reference in a new issue