Compare commits

...

1 Commits

Author SHA1 Message Date
b59e0cda52 fix: cant reaction at note detailed 2022-09-12 02:22:57 +09:00

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();