fix(client): リスト、クリップが無限ロードされる現象の解決 (#10538)

* fix my-list infinite items loading

* update CHANGELOG.md

* fix my-clip infinite items loading
This commit is contained in:
taichan 2023-04-09 08:03:29 +09:00 committed by GitHub
parent b7ed3ddfdd
commit f794f3ad0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 0 deletions

View file

@ -19,6 +19,8 @@
### Client
- PWA時の絵文字ピッカーの位置をホームバーに重ならないように調整
- リスト管理の画面でリストが無限に読み込まれる問題を修正
- 自分のクリップが無限に読み込まれる問題を修正
### Server
- 通知読み込みでエラーが発生する場合がある問題を修正