Merge branch 'misskey-dev:develop' into dev

This commit is contained in:
MomentQYC 2024-10-04 20:52:05 +08:00 committed by GitHub
commit 73ae524e9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
101 changed files with 2852 additions and 1531 deletions

View file

@ -661,7 +661,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
}
if (Array.isArray(ps.federationHosts)) {
set.blockedHosts = ps.federationHosts.filter(Boolean).map(x => x.toLowerCase());
set.federationHosts = ps.federationHosts.filter(Boolean).map(x => x.toLowerCase());
}
const before = await this.metaService.fetch(true);