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

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

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