diff --git a/output/index.md b/output/index.md index f529374c..8598d8ab 100644 --- a/output/index.md +++ b/output/index.md @@ -30,7 +30,7 @@ Proposed [Twitter community notes](https://twitter.com/i/communitynotes/download if (item.deleted === 1) { return false; } - return (item.lang === undefined || item.lang === "en"); + return (item.lang === undefined || ['en', 'zxx'].includes(item.lang)); }); } },