From c937f8543ba12c76f90fbedd32f7242258747cea Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Fri, 10 Nov 2023 05:36:13 -0500 Subject: [PATCH] Remove undocumented .json endpoint --- src/realms/twitter/routes/status.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/realms/twitter/routes/status.ts b/src/realms/twitter/routes/status.ts index 4e77279..0e7b827 100644 --- a/src/realms/twitter/routes/status.ts +++ b/src/realms/twitter/routes/status.ts @@ -80,12 +80,7 @@ export const statusRequest = async (c: Context) => { const baseUrl = getBaseRedirectUrl(c); - /* Check if request is to api.fxtwitter.com, or the tweet is appended with .json - Note that unlike TwitFix, FixTweet will never generate embeds for .json, and - in fact we only support .json because it's what people using TwitFix API would - be used to. */ if ( - url.pathname.match(/\/status(es)?\/\d{2,20}\.(json)/g) !== null || Constants.API_HOST_LIST.includes(url.hostname) ) { console.log('JSON API request');