Merge remote-tracking branch 'upstream/develop' into incoming

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
ゆめ 2024-11-21 05:47:30 -06:00
commit b33a595b67
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions
CHANGELOG.md
packages/backend/src/core

View file

@ -94,7 +94,6 @@ PgroongaのCWサーチ (github.com/paricafe/misskey#d30db97b59d264450901c1dd8680
(Cherry-picked from https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/709)
- Fix: User Webhookテスト機能のMock Payloadを修正
- Fix: アカウント削除のモデレーションログが動作していないのを修正 (#14996)
- Fix: リノートミュートが新規投稿通知に対して作用していなかった問題を修正
### Misskey.js
- Fix: Stream初期化時、別途WebSocketを指定する場合の型定義を修正

View file

@ -145,7 +145,6 @@ export class HttpRequestService {
minVersion: 'TLSv1.2' as const,
};
this.httpsNative = new https.Agent(agentOption);
this.https = new HttpsRequestServiceAgent(config, agentOption);