diff --git a/src/server/api/endpoints/notes/featured.ts b/src/server/api/endpoints/notes/featured.ts index 0d2187bb0..0bf583b54 100644 --- a/src/server/api/endpoints/notes/featured.ts +++ b/src/server/api/endpoints/notes/featured.ts @@ -42,7 +42,7 @@ export default define(meta, async (ps, user) => { $gt: new Date(Date.now() - day) }, deletedAt: null, - visibility: { $in: ['public', 'home'] }, + visibility: 'public', '_user.host': null, ...(hideUserIds && hideUserIds.length > 0 ? { userId: { $nin: hideUserIds } } : {}) }, {