fix: cant reaction at note detailed

This commit is contained in:
こけっち 2022-09-12 02:22:57 +09:00 committed by sim1222
parent 79311124cb
commit 7a6b524f9d

View File

@ -215,7 +215,7 @@ function react(viaKeyboard = false): void {
reactionPicker.show(reactButton.value, reaction => {
os.api('notes/reactions/create', {
noteId: appearNote.id,
reaction: reaction,
reaction: reaction.reaction,
});
}, () => {
focus();