fix(frontend): 初回読み込み時にエラーになることがある問題を修正

Fix #16562
This commit is contained in:
syuilo
2025-11-26 19:26:27 +09:00
parent 6cb6f794e5
commit de7cbb376e
3 changed files with 10 additions and 6 deletions

View File

@@ -16,6 +16,7 @@
- Fix: PlayのAiScriptバージョン判定v0.x系・v1.x系の判定が正しく動作しない問題を修正
(Cherry-picked from https://github.com/MisskeyIO/misskey/pull/1129)
- Fix: フォロー申請をキャンセルする際の確認ダイアログの文言が不正確な問題を修正
- Fix: 初回読み込み時にエラーになることがある問題を修正
### Server
- Enhance: `clips/my-favorites` APIがページネーションに対応しました