mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 22:35:53 +02:00
fix(client): リスト、クリップが無限ロードされる現象の解決 (#10538)
* fix my-list infinite items loading * update CHANGELOG.md * fix my-clip infinite items loading
This commit is contained in:
@@ -32,6 +32,7 @@ import { clipsCache } from '@/cache';
|
||||
|
||||
const pagination = {
|
||||
endpoint: 'clips/list' as const,
|
||||
noPaging: true,
|
||||
limit: 10,
|
||||
};
|
||||
|
||||
|
||||
@@ -30,6 +30,7 @@ const pagingComponent = $shallowRef<InstanceType<typeof MkPagination>>();
|
||||
|
||||
const pagination = {
|
||||
endpoint: 'users/lists/list' as const,
|
||||
noPaging: true,
|
||||
limit: 10,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user