mirror of
https://github.com/sim1222/misskey.git
synced 2025-05-02 20:27:18 +09:00
debug: add log
This commit is contained in:
parent
c39c978c27
commit
c9267e741d
@ -102,6 +102,7 @@ export async function openReactionImportMenu(ev: MouseEvent, reaction: string, n
|
|||||||
return (emoji === name);
|
return (emoji === name);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
console.log(name);
|
||||||
if (duplication) {
|
if (duplication) {
|
||||||
os.api('notes/reactions/create', {
|
os.api('notes/reactions/create', {
|
||||||
noteId: noteId,
|
noteId: noteId,
|
||||||
@ -109,6 +110,7 @@ export async function openReactionImportMenu(ev: MouseEvent, reaction: string, n
|
|||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
await importEmoji(true);
|
await importEmoji(true);
|
||||||
|
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