mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 19:43:32 +00:00
wip
This commit is contained in:
@@ -77,7 +77,17 @@ module.exports = async (params, user, app) => {
|
||||
channel_id: {
|
||||
$in: watchingChannelIds
|
||||
}
|
||||
}]
|
||||
}],
|
||||
// mute
|
||||
user_id: {
|
||||
$nin: mutes
|
||||
},
|
||||
'_reply.user_id': {
|
||||
$nin: mutes
|
||||
},
|
||||
'_repost.user_id': {
|
||||
$nin: mutes
|
||||
},
|
||||
} as any;
|
||||
|
||||
if (sinceId) {
|
||||
|
||||
Reference in New Issue
Block a user