summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkNotes.vue
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-04-27 09:16:17 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-04-27 09:16:17 +0900
commit5042a0aa8f4404edd11ed09208e23211049d2d24 (patch)
tree6958ffa2d3d38724f5b050bf3d7705710546b3e5 /packages/frontend/src/components/MkNotes.vue
parentenhance(backend): DB note (userId) インデクス -> (userId, id) 複合イ... (diff)
downloadmisskey-5042a0aa8f4404edd11ed09208e23211049d2d24.tar.gz
misskey-5042a0aa8f4404edd11ed09208e23211049d2d24.tar.bz2
misskey-5042a0aa8f4404edd11ed09208e23211049d2d24.zip
fix(frontend): タイムラインでノートが重複して表示されることがあるのを修正
Fix #15870 Close #15874
Diffstat (limited to 'packages/frontend/src/components/MkNotes.vue')
-rw-r--r--packages/frontend/src/components/MkNotes.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkNotes.vue b/packages/frontend/src/components/MkNotes.vue
index af29802ce8..f02216a5ca 100644
--- a/packages/frontend/src/components/MkNotes.vue
+++ b/packages/frontend/src/components/MkNotes.vue
@@ -30,7 +30,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkAd :preferForms="['horizontal', 'horizontal-big']"/>
</div>
</div>
- <MkNote :class="$style.note" :note="note" :withHardMute="true" :data-scroll-anchor="note.id"/>
+ <MkNote v-else :class="$style.note" :note="note" :withHardMute="true" :data-scroll-anchor="note.id"/>
</template>
</component>
</template>