mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 14:51:31 -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 groupMessages = $ref([]);
|
||||
let connection = $ref(null);
|
||||
|
||||
let paginationComponentUser = $ref<InstanceType<typeof MkPagination>>();
|
||||
let paginationComponentGroup = $ref<InstanceType<typeof MkPagination>>();
|
||||
|
||||
|
|
Loading…
Reference in a new issue