Merge branch 'develop'
This commit is contained in:
commit
62e461e02c
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "misskey",
|
||||
"version": "12.119.0-simkey-v3",
|
||||
"version": "12.119.0-simkey-v4",
|
||||
"codename": "indigo",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user