チャンネルのお気に入りが無限に読み込まれる問題を修正

This commit is contained in:
syuilo 2023-04-09 08:09:25 +09:00
parent f794f3ad0a
commit ad4006738b
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -47,6 +47,7 @@ const featuredPagination = {
const favoritesPagination = { const favoritesPagination = {
endpoint: 'channels/my-favorites' as const, endpoint: 'channels/my-favorites' as const,
limit: 100, limit: 100,
noPaging: true,
}; };
const followingPagination = { const followingPagination = {
endpoint: 'channels/followed' as const, endpoint: 'channels/followed' as const,