fix(backend): fix streaming note hiding logic (#17248)

* fix(backend): fix streaming note hiding logic

* Update Changelog

* refactor: avoid using generator function

---------

Co-authored-by: Acid Chicken <root@acid-chicken.com>
This commit is contained in:
かっこかり
2026-03-20 14:01:27 +09:00
committed by GitHub
parent f16ef2ef56
commit 2904b5a342
11 changed files with 72 additions and 118 deletions

View File

@@ -9,6 +9,7 @@
### Server
- Fix: 自分の行ったフォロワー限定投稿または指名投稿に自分自身でリアクションなどを行った場合のイベントが流れない問題を修正
- Fix: 署名付きGETリクエストにおいてAcceptヘッダを署名の対象から除外Acceptヘッダを正規化するCDNやリバースプロキシを使用している際に挙動がおかしくなる問題を修正
- Fix: WebSocket接続におけるートの非表示ロジックを修正
## 2026.3.1