Merge upstream

This commit is contained in:
ASTRO:? 2025-05-16 08:00:55 +09:00
commit b80629abed
No known key found for this signature in database
75 changed files with 2749 additions and 3298 deletions

View file

@ -363,7 +363,11 @@ async function fetchSkebStatus() {
return;
}
userSkebStatus.value = await misskeyApiGet('users/get-skeb-status', { userId: props.user.id });
try {
userSkebStatus.value = await misskeyApiGet('users/get-skeb-status', { userId: props.user.id });
} catch {
userSkebStatus.value = null;
}
}
function buildSkebStatus(): string {