Merge remote-tracking branch 'misskey-dev/develop' into io

This commit is contained in:
まっちゃとーにゅ 2024-03-02 05:23:53 +09:00
commit 9ab785c48f
No known key found for this signature in database
GPG key ID: 6AFBBF529601C1DB
94 changed files with 4169 additions and 2564 deletions

View file

@ -579,7 +579,7 @@ export class ClientServerService {
...await this.generateCommonPugData(meta),
});
} catch (err) {
if ((err as IdentifiableError).id === '8ca4f428-b32e-4f83-ac43-406ed7cd0452') {
if ((err as IdentifiableError).id === '85ab9bd7-3a41-4530-959d-f07073900109') {
return await renderBase(reply);
}
throw err;
@ -625,7 +625,7 @@ export class ClientServerService {
...await this.generateCommonPugData(meta),
});
} catch (err) {
if ((err as IdentifiableError).id === '8ca4f428-b32e-4f83-ac43-406ed7cd0452') {
if ((err as IdentifiableError).id === '85ab9bd7-3a41-4530-959d-f07073900109') {
return await renderBase(reply);
}
throw err;
@ -658,7 +658,7 @@ export class ClientServerService {
...await this.generateCommonPugData(meta),
});
} catch (err) {
if ((err as IdentifiableError).id === '8ca4f428-b32e-4f83-ac43-406ed7cd0452') {
if ((err as IdentifiableError).id === '85ab9bd7-3a41-4530-959d-f07073900109') {
return await renderBase(reply);
}
throw err;
@ -691,7 +691,7 @@ export class ClientServerService {
...await this.generateCommonPugData(meta),
});
} catch (err) {
if ((err as IdentifiableError).id === '8ca4f428-b32e-4f83-ac43-406ed7cd0452') {
if ((err as IdentifiableError).id === '85ab9bd7-3a41-4530-959d-f07073900109') {
return await renderBase(reply);
}
throw err;
@ -722,7 +722,7 @@ export class ClientServerService {
...await this.generateCommonPugData(meta),
});
} catch (err) {
if ((err as IdentifiableError).id === '8ca4f428-b32e-4f83-ac43-406ed7cd0452') {
if ((err as IdentifiableError).id === '85ab9bd7-3a41-4530-959d-f07073900109') {
return await renderBase(reply);
}
throw err;