From 1a689f66419d2ea2f4eb34fa3fe868ea250fdbb9 Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Fri, 12 Oct 2018 05:10:40 +0900 Subject: [PATCH] =?UTF-8?q?=E5=89=8A=E9=99=A4=E3=81=95=E3=82=8C=E3=81=9F?= =?UTF-8?q?=E6=8A=95=E7=A8=BF=E3=81=AF=E3=82=BF=E3=82=A4=E3=83=A0=E3=83=A9?= =?UTF-8?q?=E3=82=A4=E3=83=B3=E4=B8=8A=E3=81=A7=E8=A1=A8=E7=A4=BA=E3=81=97?= =?UTF-8?q?=E3=81=AA=E3=81=84=E3=82=88=E3=81=86=E3=81=AB=E3=81=99=E3=82=8B?= =?UTF-8?q?=20(#2887)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Excepts deleted notes on query * Hide deleted notes * Use v-show --- src/client/app/desktop/views/components/notes.note.vue | 2 +- src/client/app/desktop/views/pages/deck/deck.note.vue | 2 +- src/client/app/mobile/views/components/note.vue | 2 +- src/server/api/endpoints/notes/global-timeline.ts | 2 ++ src/server/api/endpoints/notes/hybrid-timeline.ts | 2 ++ src/server/api/endpoints/notes/local-timeline.ts | 2 ++ src/server/api/endpoints/notes/mentions.ts | 2 ++ src/server/api/endpoints/notes/timeline.ts | 2 ++ src/server/api/endpoints/notes/user-list-timeline.ts | 2 ++ src/server/api/endpoints/users/notes.ts | 1 + 10 files changed, 16 insertions(+), 3 deletions(-) diff --git a/src/client/app/desktop/views/components/notes.note.vue b/src/client/app/desktop/views/components/notes.note.vue index 2db147982..3d8a6815b 100644 --- a/src/client/app/desktop/views/components/notes.note.vue +++ b/src/client/app/desktop/views/components/notes.note.vue @@ -1,5 +1,5 @@