1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-17 07:47:28 -06:00
This commit is contained in:
syuilo 2018-05-28 21:43:21 +09:00
parent abe14c1665
commit 3f9e5fffbe

View file

@ -57,6 +57,9 @@ module.exports = async (params, user, app) => {
$nin: mutedUserIds
},
// public only
visibility: 'public',
// local
'_user.host': null
} as any;