log.silly(req.requestId,`Message ${unpackedPayload.id} filtered by language (${unpackedPayload.language})`);
return;
}
constqueries=[
client.query(`SELECT 1 FROM blocks WHERE account_id = $1 AND target_account_id IN (${placeholders(targetAccountIds,1)}) UNION SELECT 1 FROM mutes WHERE account_id = $1 AND target_account_id IN (${placeholders(targetAccountIds,1)})`,[req.accountId].concat(targetAccountIds)),