diff --git a/packages/frontend/src/pages/note.vue b/packages/frontend/src/pages/note.vue index e14651742a..0bc3415179 100644 --- a/packages/frontend/src/pages/note.vue +++ b/packages/frontend/src/pages/note.vue @@ -85,7 +85,6 @@ const prevUserPagination: Paging = { }; const nextUserPagination: Paging = { - reversed: true, endpoint: 'users/notes', limit: 10, params: computed(() => note.value ? ({ @@ -104,7 +103,6 @@ const prevChannelPagination: Paging = { }; const nextChannelPagination: Paging = { - reversed: true, endpoint: 'channels/timeline', limit: 10, params: computed(() => note.value ? ({