mirror of
https://github.com/sim1222/misskey.git
synced 2025-04-29 02:37:22 +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,
|
||||
});
|
||||
} else {
|
||||
await importEmoji(true);
|
||||
console.log('endImport');
|
||||
os.api('notes/reactions/create', {
|
||||
noteId: noteId,
|
||||
reaction: name,
|
||||
await importEmoji(true).then(() => {
|
||||
os.api('notes/reactions/create', {
|
||||
noteId: noteId,
|
||||
reaction: name,
|
||||
});
|
||||
});
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user