Merge branch 'misskey-dev:develop' into develop

This commit is contained in:
まっちゃてぃー 2023-09-03 19:50:03 +09:00 committed by GitHub
commit 2c6ae05212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,7 @@ export class WellKnownServerService {
});
fastify.get('/.well-known/host-meta.json', async (request, reply) => {
reply.header('Content-Type', jrd);
reply.header('Content-Type', 'application/json');
return {
links: [{
rel: 'lrdd',

View File

@ -285,6 +285,7 @@ const patrons = [
'越貝鯛丸',
'Nick / pprmint.',
'kino3277',
'美少女JKぐーちゃん',
];
let thereIsTreasure = $ref($i && !claimedAchievements.includes('foundTreasure'));