mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-05 00:03:51 +09:00
improve reactionImportMenu2
This commit is contained in:
@ -114,7 +114,7 @@ export async function openReactionImportMenu(ev: MouseEvent, reaction: string, n
|
||||
noteId: noteId,
|
||||
reaction: `:${name}:`,
|
||||
});
|
||||
}, 1000); // インポートしてからバックエンドに浸透するのが遅いので1秒待つ
|
||||
}, 2000); // インポートしてからバックエンドに浸透するのが遅いので2秒待つ
|
||||
});
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user