mirror of
https://github.com/sim1222/misskey.git
synced 2025-04-29 02:37:22 +09:00
wqip
This commit is contained in:
parent
8bc3406c3c
commit
d06e9e7e0c
@ -61,7 +61,7 @@ export async function openReactionImportMenu(ev: MouseEvent, reaction: string) {
|
||||
|
||||
const importEmoji = async (emojiName: string) => {
|
||||
const emojiId = await getEmojiId(emojiName);
|
||||
if (!emojiId) return;
|
||||
if (!await emojiId) return;
|
||||
os.api('admin/emoji/copy', {
|
||||
emojiId: emojiId,
|
||||
}).then(async emoji => os.popup(defineAsyncComponent(() => import('@/pages/admin/emoji-edit-dialog.vue')), {
|
||||
|
Loading…
x
Reference in New Issue
Block a user