From d47f92f39655d526a5eb4458126d056726cacaa2 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Sun, 15 Jul 2018 17:50:24 +0900
Subject: [PATCH] =?UTF-8?q?=E3=82=B0=E3=83=AD=E3=83=BC=E3=83=90=E3=83=AB?=
 =?UTF-8?q?=E3=82=BF=E3=82=A4=E3=83=A0=E3=83=A9=E3=82=A4=E3=83=B3=E3=81=AB?=
 =?UTF-8?q?=E8=BF=94=E4=BF=A1=E3=82=92=E5=90=AB=E3=82=81=E3=81=AA=E3=81=84?=
 =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/server/api/endpoints/notes/global-timeline.ts | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/server/api/endpoints/notes/global-timeline.ts b/src/server/api/endpoints/notes/global-timeline.ts
index b0068c869..8f7233e30 100644
--- a/src/server/api/endpoints/notes/global-timeline.ts
+++ b/src/server/api/endpoints/notes/global-timeline.ts
@@ -49,7 +49,9 @@ export default async (params: any, user: ILocalUser) => {
 
 	const query = {
 		// public only
-		visibility: 'public'
+		visibility: 'public',
+
+		replyId: null
 	} as any;
 
 	if (mutedUserIds && mutedUserIds.length > 0) {