Skip to content
Snippets Groups Projects
Commit 7fe6b1f8 authored by syuilo's avatar syuilo
Browse files

Better migration

parent 2cca14a6
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,9 @@ console.info(`Misskey v${version}`);
// v11互換性のため
if (localStorage.getItem('kyoppie') === 'yuppie') {
const i = localStorage.getItem('i');
localStorage.clear();
localStorage.setItem('i', i);
location.reload(true);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment