Update home.vue

This commit is contained in:
syuilo 2025-03-23 09:58:47 +09:00
parent f3bb4d6603
commit a3c204e266
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,7 @@ import { misskeyApi } from '@/utility/misskey-api.js';
import { ensureSignin } from '@/i.js';
import { useRouter } from '@/router.js';
import * as os from '@/os.js';
import { updateCurrentAccountPartial } from '@/accounts.js';
const $i = ensureSignin();
@ -125,6 +126,8 @@ async function fetchHistory() {
}));
fetching.value = false;
updateCurrentAccountPartial({ hasUnreadChatMessages: false });
}
onMounted(() => {