Update home.vue
This commit is contained in:
parent
f3bb4d6603
commit
a3c204e266
|
@ -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(() => {
|
||||
|
|
Loading…
Reference in New Issue