diff options
| author | cannorin <13620400+cannorin@users.noreply.github.com> | 2025-01-14 21:20:24 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-14 12:20:24 +0000 |
| commit | 319f7e6a862d1ec943329f8d6bfaaf04f77337ba (patch) | |
| tree | 94c52dc4fdea7a980df9704f087e9d0d14fa82d0 /CHANGELOG.md | |
| parent | ノートのリンクをリモートのサーバーのURLとしてもコピ... (diff) | |
| download | sharkey-319f7e6a862d1ec943329f8d6bfaaf04f77337ba.tar.gz sharkey-319f7e6a862d1ec943329f8d6bfaaf04f77337ba.tar.bz2 sharkey-319f7e6a862d1ec943329f8d6bfaaf04f77337ba.zip | |
feat(misskey-js): allow setting binaryType of WebSocket connection (#15190)
Co-authored-by: cannorin <cannorin@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b3e89a61f6..78ad301ad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,9 @@ - Fix: `/api/pages/update`にて`name`を指定せずにリクエストするとエラーが発生する問題を修正 - Fix: AIセンシティブ判定が arm64 環境で動作しない問題を修正 +### Misskey.js +- Feat: allow setting `binaryType` of WebSocket connection + ## 2024.11.0 ### Note |