1
0

fix(backend): clone schema before converting to OAS schema to avoid mutation (#15294)

* fix(backend): clone schema before converting to OAS schema to avoid mutation

* Update CHANGELOG.md

* fix: use deepClone
This commit is contained in:
zyoshoka
2025-01-18 13:05:33 +09:00
committed by GitHub
parent b16f5a781e
commit 1ef62e9e33
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -59,6 +59,7 @@
- Fix: AIセンシティブ判定が arm64 環境で動作しない問題を修正
- Fix: 非Misskey系のソフトウェアからHTML`<ruby>`タグを含むノートを受信した場合、MFMの読み仮名(ルビ)文法に変換して表示
- Fix: 連合OFFで投稿されたノートに対する冗長な処理を抑止 ( #15018 )
- Fix: `/api.json`のレスポンスが2回目のリクエスト以降おかしくなる問題を修正
### Misskey.js
- Feat: allow setting `binaryType` of WebSocket connection