Skip to content

Commit

Permalink
Merge tag '2024.5.0-io.8a' into bun
Browse files Browse the repository at this point in the history
  • Loading branch information
u1-liquid committed Feb 1, 2025
2 parents 7837b12 + f99dff2 commit 4a9f676
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "2024.5.0-io.8",
"version": "2024.5.0-io.8a",
"codename": "nasubi",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion packages/backend/src/server/ServerService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ export class ServerService implements OnApplicationShutdown {
@bindThis
public async launch(): Promise<void> {
const fastify = Fastify({
trustProxy: true,
logger: false,
maxParamLength: 1024,
trustProxy: true,
});
this.#fastify = fastify;

Expand Down
2 changes: 1 addition & 1 deletion packages/misskey-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "misskey-js",
"version": "2024.5.0-io.8",
"version": "2024.5.0-io.8a",
"description": "Misskey SDK for JavaScript",
"types": "./built/dts/index.d.ts",
"exports": {
Expand Down

0 comments on commit 4a9f676

Please sign in to comment.