mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-24 23:14:06 +02:00
* Revert "fix(backend): `clips/my-favorites` APIをページネーションに対応させる (#16835)"
This reverts commit 70fa621e22.
* fix
This commit is contained in:
@@ -43,6 +43,8 @@ const paginator = markRaw(new Paginator('clips/list', {
|
||||
}));
|
||||
|
||||
const favoritesPaginator = markRaw(new Paginator('clips/my-favorites', {
|
||||
// ページネーションに対応していない
|
||||
noPaging: true,
|
||||
}));
|
||||
|
||||
async function create() {
|
||||
|
||||
Reference in New Issue
Block a user