From f20c08f0f7c7921e31cb0b1e2498d20300e390a3 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 14 May 2018 13:54:18 +0900 Subject: [PATCH] Fix bug --- src/server/api/endpoints/notes/trend.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/server/api/endpoints/notes/trend.ts b/src/server/api/endpoints/notes/trend.ts index 9cb3debe6..cb3912dc4 100644 --- a/src/server/api/endpoints/notes/trend.ts +++ b/src/server/api/endpoints/notes/trend.ts @@ -43,7 +43,8 @@ module.exports = (params, user) => new Promise(async (res, rej) => { }, renoteCount: { $gt: 0 - } + }, + '_user.host': null } as any; if (reply != undefined) {