From 22e3334a359ea5f9baed2ba5f943483faf27f48f Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Mon, 29 Apr 2024 21:28:16 -0400 Subject: [PATCH] Use IV for community note statuses --- src/embed/status.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/embed/status.ts b/src/embed/status.ts index d56507a..883df3b 100644 --- a/src/embed/status.ts +++ b/src/embed/status.ts @@ -108,6 +108,7 @@ export const handleStatus = async ( status.is_note_tweet || status.quote || status.translation || + status.community_note || flags?.forceInstantView); /* Force enable IV for archivers */