1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 14:26:28 +02:00

fix(frontend): better migration detection

Fix #15656
This commit is contained in:
syuilo
2025-03-13 18:05:44 +09:00
parent 59169a6450
commit bdf80c49d8
2 changed files with 80 additions and 70 deletions

View File

@@ -326,6 +326,7 @@ export async function common(createVue: () => App<Element>) {
return {
isClientUpdated,
lastVersion,
app,
};
}