fix: クエリキャッシュ無効化時の絵文字操作エラーを解消 (#10320)

* disabledCache: trueのときにqueryResultCacheへアクセスしないように

* append changelog
This commit is contained in:
YS 2023-03-14 09:37:14 +09:00 committed by GitHub
parent 850addc619
commit 3cb669a852
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 10 additions and 9 deletions

View file

@ -39,6 +39,7 @@ You should also include the user name that made the change.
- AWS S3からのファイル削除でNoSuchKeyエラーが出ると進めらない状態になる問題を修正
- fix(frontend): Safariでプラグインが複数ある場合に正常に読み込まれない問題を修正
- Bookwyrmのユーザーのプロフィールページで「リモートで表示」をタップしても反応がない問題を修正
- `disableCache: true`を設定している場合に絵文字管理操作でエラーが出る問題を修正
## 13.9.2 (2023/03/06)