2024.11.0-yumechinokuni.7 #41
2 changed files with 0 additions and 2 deletions
|
@ -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を指定する場合の型定義を修正
|
||||
|
|
|
@ -145,7 +145,6 @@ export class HttpRequestService {
|
|||
minVersion: 'TLSv1.2' as const,
|
||||
};
|
||||
|
||||
|
||||
this.httpsNative = new https.Agent(agentOption);
|
||||
|
||||
this.https = new HttpsRequestServiceAgent(config, agentOption);
|
||||
|
|
Loading…
Reference in a new issue