diff --git a/packages/client/src/components/MkReactionList.vue b/packages/client/src/components/MkReactionList.vue index 932ba4e09..b35255c9f 100644 --- a/packages/client/src/components/MkReactionList.vue +++ b/packages/client/src/components/MkReactionList.vue @@ -16,7 +16,7 @@ - + @@ -54,6 +54,7 @@ const isDeleted = ref(); const reactions = ref([] as NoteReaction[]); const users = ref([] as UserLite[]); const tes = ref([] as reactionUsers); +const fetching = ref(true); const initialReactions = new Set(Object.keys(props.note.reactions)); @@ -62,6 +63,7 @@ onMounted(async () => { noteId: props.note.id, limit: 100, }); + fetching.value = false; for (const [reaction, count] of Object.entries(props.note.reactions)) { const users = await os.apiGet('notes/reactions', {