チャンネルのお気に入りが無限に読み込まれる問題を修正
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user