refs #3574 Fix clearing notification dot on mention

This commit is contained in:
AkiraFukushima 2022-09-05 00:34:51 +09:00
parent 7967d507d3
commit 945b658da1
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ export default defineComponent({
const shortcutEnabled = computed(() => !modalOpened.value)
onMounted(() => {
store.commit(`TimelineSpace/SideMenu/${SIDE_MENU_MUTATION.CHANGE_UNREAD_HOME_TIMELINE}`, false)
store.commit(`TimelineSpace/SideMenu/${SIDE_MENU_MUTATION.CHANGE_UNREAD_MENTIONS}`, false)
document.getElementById('scroller')?.addEventListener('scroll', onScroll)
if (heading.value && mentions.value.length > 0) {