Merge upstream
This commit is contained in:
commit
b80629abed
75 changed files with 2749 additions and 3298 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue