1
0

fix(frontend): タブがアクティブな間はstreamが切断されないように

Fix #10952
This commit is contained in:
syuilo
2023-06-06 09:04:57 +09:00
parent 8263cc0094
commit 981e6f996e
2 changed files with 12 additions and 0 deletions
+3
View File
@@ -14,6 +14,9 @@
## 13.13.1 (unreleased)
### Client
- Fix: タブがアクティブな間はstreamが切断されないように
### Server
- Fix: api/metaで`TypeError: JSON5.parse is not a function`エラーが発生する問題を修正