enhance: MisskeyIO#529 の追加修正 (MisskeyIO#536)

Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
This commit is contained in:
まっちゃとーにゅ 2024-03-19 06:33:47 +09:00 committed by GitHub
parent da9530a8f7
commit e332c1f9a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 22 deletions

View file

@ -85,6 +85,7 @@ const prevUserPagination: Paging = {
};
const nextUserPagination: Paging = {
prepend: true,
endpoint: 'users/notes',
limit: 10,
params: computed(() => note.value ? ({
@ -103,6 +104,7 @@ const prevChannelPagination: Paging = {
};
const nextChannelPagination: Paging = {
prepend: true,
endpoint: 'channels/timeline',
limit: 10,
params: computed(() => note.value ? ({