enhance: MisskeyIO#529 の追加修正 (MisskeyIO#536)
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
This commit is contained in:
parent
da9530a8f7
commit
e332c1f9a2
3 changed files with 18 additions and 22 deletions
|
|
@ -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 ? ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue