1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 21:15:45 +02:00

enhance(frontend): improve migration of old settings

This commit is contained in:
syuilo
2025-04-07 10:21:49 +09:00
parent 1ede45c8fb
commit 6ef5c8bb92
6 changed files with 18 additions and 8 deletions

View File

@@ -185,7 +185,6 @@ async function deleteAccount() {
}
function migrate() {
os.waiting();
migrateOldSettings();
}