fix: cant reaction at note detailed

This commit is contained in:
こけっち 2022-09-12 02:22:57 +09:00
parent c366a9aa48
commit b59e0cda52
No known key found for this signature in database
GPG Key ID: 21460619C5FC4DD1

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