diff --git a/src/strings.ts b/src/strings.ts index bcb4949..3484b95 100644 --- a/src/strings.ts +++ b/src/strings.ts @@ -186,9 +186,6 @@ This is caused by Twitter API downtime or a new bug. Try again in a little while ERROR_USER_NOT_FOUND: `Sorry, that user doesn't exist :(`, ERROR_UNKNOWN: `Unknown error occurred, sorry about that :(`, - TWITFIX_API_SUNSET: `The original TwitFix API has been sunset. To learn more about the FixTweet API, check out ${API_HOST_LIST.split(',')[0]}`, DEPRECATED_DOMAIN_NOTICE: `We've moved! ➡ fxtwitter.com`, DEPRECATED_DOMAIN_NOTICE_DISCORD: `We've moved! ➡ fxtwitter.com`, diff --git a/src/worker.ts b/src/worker.ts index ad8e11e..021c0d5 100644 --- a/src/worker.ts +++ b/src/worker.ts @@ -547,22 +547,6 @@ export const cacheWrapper = async (request: Request, event?: FetchEvent): Promis }); } - /* Some TwitFix APIs will never be available in FixTweet for privacy or - design choice reasons. - - Trying to access these APIs result in a message saying TwitFix API - has been sunset. */ - if ( - cacheUrl.pathname.startsWith('/api/') || - cacheUrl.pathname.startsWith('/other/') || - cacheUrl.pathname.startsWith('/info/') - ) { - return new Response(Strings.TWITFIX_API_SUNSET, { - headers: Constants.RESPONSE_HEADERS, - status: 410 - }); - } - switch (request.method) { case 'GET': if (