This commit is contained in:
kakkokari-gtyih 2025-05-10 22:19:24 +09:00
parent 13ec5c8833
commit 4df23e73a7
1 changed files with 1 additions and 2 deletions

View File

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