From 4df23e73a7f2b7735a5677b73501deb5817d3cba Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Sat, 10 May 2025 22:19:24 +0900 Subject: [PATCH] fix --- .../frontend/src/components/MkReactionsViewer.reaction.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/frontend/src/components/MkReactionsViewer.reaction.vue b/packages/frontend/src/components/MkReactionsViewer.reaction.vue index 3a34084c0a..9fc773b335 100644 --- a/packages/frontend/src/components/MkReactionsViewer.reaction.vue +++ b/packages/frontend/src/components/MkReactionsViewer.reaction.vue @@ -89,8 +89,7 @@ async function toggleReaction() { }).then(() => { noteEvents.emit(`unreacted:${props.noteId}`, { userId: $i!.id, - reaction: props.reaction, - emoji: emoji.value, + reaction: oldReaction, }); if (oldReaction !== props.reaction) { misskeyApi('notes/reactions/create', {