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', {