mirror of
https://github.com/sim1222/misskey.git
synced 2025-04-29 02:37:22 +09:00
delete debug msg and memo
This commit is contained in:
parent
4fd4c8ca8b
commit
afdf519aaa
@ -102,8 +102,6 @@ export async function openReactionImportMenu(ev: MouseEvent, reaction: string, n
|
||||
return (emoji.name === name);
|
||||
});
|
||||
});
|
||||
console.log(name);
|
||||
console.log(duplication);
|
||||
if (await duplication) {
|
||||
os.api('notes/reactions/create', {
|
||||
noteId: noteId,
|
||||
@ -116,7 +114,7 @@ export async function openReactionImportMenu(ev: MouseEvent, reaction: string, n
|
||||
noteId: noteId,
|
||||
reaction: `:${name}:`,
|
||||
});
|
||||
}, 1000);
|
||||
}, 1000); // インポートしてからバックエンドに浸透するのが遅いので1秒待つ
|
||||
});
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user