mirror of
https://github.com/sim1222/misskey.git
synced 2025-04-29 10:47:35 +09:00
fix: 1
This commit is contained in:
parent
c9267e741d
commit
228bff758f
@ -109,11 +109,11 @@ export async function openReactionImportMenu(ev: MouseEvent, reaction: string, n
|
|||||||
reaction: name,
|
reaction: name,
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
await importEmoji(true);
|
await importEmoji(true).then(() => {
|
||||||
console.log('endImport');
|
os.api('notes/reactions/create', {
|
||||||
os.api('notes/reactions/create', {
|
noteId: noteId,
|
||||||
noteId: noteId,
|
reaction: name,
|
||||||
reaction: name,
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user