spec(api): 一部APIをGETに対応・認証情報をヘッダーに (MisskeyIO#837)

This commit is contained in:
あわわわとーにゅ 2024-12-22 03:08:34 +09:00 committed by GitHub
parent 58513c1b81
commit 3362c464c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 155 additions and 26 deletions

View file

@ -62,10 +62,6 @@ export async function common(createVue: () => App<Element>) {
});
}
if (miLocalStorage.getItem('id') === null) {
miLocalStorage.setItem('id', crypto.randomUUID());
}
let isClientUpdated = false;
//#region クライアントが更新されたかチェック