summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/api/endpoints')
-rw-r--r--src/server/api/endpoints/notes/trend.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/api/endpoints/notes/trend.ts b/src/server/api/endpoints/notes/trend.ts
index 9cb3debe63..cb3912dc48 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) {