From 27c897d19f0ca29c233e79e067c560e9e00db191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=BE=E3=81=A3=E3=81=A1=E3=82=83=E3=81=A8=E3=83=BC?= =?UTF-8?q?=E3=81=AB=E3=82=85?= <17376330+u1-liquid@users.noreply.github.com> Date: Sun, 17 Mar 2024 11:21:48 +0900 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20=E3=83=8E=E3=83=BC=E3=83=88?= =?UTF-8?q?=E3=81=AE=E8=A9=B3=E7=B4=B0=E3=83=9A=E3=83=BC=E3=82=B8=E3=81=AE?= =?UTF-8?q?=E3=83=A6=E3=83=BC=E3=82=B6=E3=83=BC=E3=82=82=E3=81=97=E3=81=8F?= =?UTF-8?q?=E3=81=AF=E3=83=81=E3=83=A3=E3=83=B3=E3=83=8D=E3=83=AB=E3=82=92?= =?UTF-8?q?=E9=81=A1=E3=82=8B=E3=81=A8=E3=82=BF=E3=82=A4=E3=83=A0=E3=83=A9?= =?UTF-8?q?=E3=82=A4=E3=83=B3=E3=81=AE=E4=B8=A6=E3=81=B3=E9=A0=86=E7=95=AA?= =?UTF-8?q?=E3=81=8C=E9=80=86=E3=81=AB=E3=81=AA=E3=82=8B=E5=95=8F=E9=A1=8C?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3=20(MisskeyIO#529)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/pages/note.vue | 2 -- 1 file changed, 2 deletions(-) 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 ? ({